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 1c74cd6 commit 2574b1dCopy full SHA for 2574b1d
.github/workflows/sbt.yml
@@ -16,6 +16,7 @@ jobs:
16
with:
17
distribution: 'zulu'
18
java-version: '21'
19
+ cache: 'sbt'
20
- uses: sbt/setup-sbt@v1
21
- name: Test with SBT
22
run: sbt test
0 commit comments