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.
olafurpg/setup-scala
1 parent ee409f3 commit e177463Copy full SHA for e177463
.github/workflows/release.yml
@@ -14,7 +14,11 @@ jobs:
14
fetch-depth: 0
15
# setup build environment
16
- uses: coursier/cache-action@v6
17
- - uses: olafurpg/setup-scala@v14
+ - uses: actions/setup-java@v5
18
+ with:
19
+ distribution: temurin
20
+ java-version: 8
21
+ - uses: sbt/setup-sbt@v1
22
- name: sbt test and packagedArtifacts for sbt 1.x
23
run: |
24
sbt test packagedArtifacts
0 commit comments