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.
2 parents 9a7c187 + de437f7 commit 0386b3dCopy full SHA for 0386b3d
.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 test
.github/workflows/release.yml
@@ -13,6 +13,7 @@ jobs:
13
14
15
java-version: 8
16
17
- run: sbt ci-release
18
env:
19
PGP_PASSPHRASE: ${{secrets.PGP_PASSPHRASE}}
project/plugins.sbt
@@ -1,2 +1,2 @@
1
-addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")
+addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.2")
2
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.11.0")
0 commit comments