Skip to content

Commit 0356a46

Browse files
authored
Merge pull request #459 from scala-steward/update/sbt-ci-release-1.9.2
Update sbt-ci-release to 1.9.2
2 parents cb8a2e2 + 3598732 commit 0356a46

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
with:
2222
distribution: temurin
2323
java-version: ${{matrix.java}}
24+
- uses: sbt/setup-sbt@v1
2425
- name: Test
2526
run: |
2627
sbt ++${{matrix.scala}} test

.github/workflows/release.yml

+1
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
addSbtPlugin("org.scalariform" % "sbt-scalariform" % "1.8.3")
22
addSbtPlugin("com.github.sbt" % "sbt-osgi" % "0.10.0")
3-
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.0")
3+
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.2")

0 commit comments

Comments
 (0)