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 864f3d0 commit 1a164e2Copy full SHA for 1a164e2
.github/workflows/ci.yml
@@ -21,5 +21,6 @@ jobs:
21
with:
22
distribution: temurin
23
java-version: ${{matrix.java}}
24
+ - uses: sbt/setup-sbt@v1
25
- name: Test
26
run: sbt ++${{matrix.scala}} laws/run test
0 commit comments