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 906926a commit 58b0402Copy full SHA for 58b0402
.github/workflows/scala.yml
@@ -13,6 +13,8 @@ jobs:
13
uses: actions/setup-java@v24
14
with:
15
java-version: '24'
16
+ distribution: 'temurin'
17
+ cache: sbt
18
- uses: sbt/setup-sbt@v1
19
- name: Run compilation as a basic check
20
run: sbt +test
0 commit comments