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 d41ad93 commit 8712402Copy full SHA for 8712402
.github/workflows/ci.yml
@@ -20,6 +20,7 @@ jobs:
20
distribution: temurin
21
java-version: ${{matrix.java}}
22
- uses: coursier/cache-action@v6
23
+ - uses: sbt/setup-sbt@v1
24
# note use of an old sbt version, as a smoke test
25
- run: "sbt +test mimaReportBinaryIssues 'set sbtplugin/scriptedSbt := \"1.3.13\"' 'scripted sbt-mima-plugin/minimal'"
26
testFunctional:
0 commit comments