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