Skip to content

Commit 0386b3d

Browse files
authored
Merge pull request #202 from scala-steward/update/sbt-ci-release-1.9.2
Update sbt-ci-release to 1.9.2
2 parents 9a7c187 + de437f7 commit 0386b3d

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@ jobs:
2121
with:
2222
distribution: temurin
2323
java-version: ${{matrix.java}}
24+
- uses: sbt/setup-sbt@v1
2425
- name: Test
2526
run: sbt test

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
with:
1414
distribution: temurin
1515
java-version: 8
16+
- uses: sbt/setup-sbt@v1
1617
- run: sbt ci-release
1718
env:
1819
PGP_PASSPHRASE: ${{secrets.PGP_PASSPHRASE}}

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")
1+
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.2")
22
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.11.0")

0 commit comments

Comments
 (0)