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 7970eae commit 8385051Copy full SHA for 8385051
.github/workflows/ci.yml
@@ -24,6 +24,7 @@ jobs:
24
with:
25
distribution: temurin
26
java-version: ${{matrix.java}}
27
+ - uses: sbt/setup-sbt@v1
28
- name: Test
29
run: sbt "setScalaVersion ${{matrix.scala}}" test core/headerCheck package
30
@@ -49,5 +50,6 @@ jobs:
49
50
51
52
53
54
55
0 commit comments