We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e310a0 commit 219519fCopy full SHA for 219519f
.github/workflows/ci.yml
@@ -22,13 +22,16 @@ jobs:
22
23
- uses: coursier/cache-action@v6
24
25
- - name: setup Java and SBT
+ - name: setup Java 17
26
uses: actions/setup-java@v4
27
with:
28
java-version: '17'
29
distribution: 'oracle'
30
cache: 'sbt'
31
32
+ - name: setup SBT
33
+ uses: sbt/setup-sbt@v1
34
+
35
- name: build ${{ matrix.scala }}
36
run: sbt ++${{ matrix.scala }} clean check coverage test
37
.github/workflows/release.yml
@@ -7,5 +7,5 @@ on:
7
8
jobs:
9
release:
10
- uses: evolution-gaming/scala-github-actions/.github/workflows/release.yml@v2
+ uses: evolution-gaming/scala-github-actions/.github/workflows/release.yml@v3
11
secrets: inherit
0 commit comments