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 e25ed33 commit f4b585cCopy full SHA for f4b585c
.github/workflows/ci.yml
@@ -19,5 +19,6 @@ jobs:
19
with:
20
distribution: adopt
21
java-version: ${{matrix.java}}
22
+ - uses: sbt/setup-sbt@v1
23
- name: Test
24
run: sbt ++${{matrix.scala}} publishLocal
0 commit comments