From 04a78315166dd9cdf4971f4166b3092a32368b03 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 19 Dec 2024 15:43:49 +0000 Subject: [PATCH 1/2] Update sbt-ci-release to 1.9.2 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 0ffda39..b3d4768 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,3 +1,3 @@ addSbtPlugin("org.scalariform" % "sbt-scalariform" % "1.8.3") addSbtPlugin("com.github.sbt" % "sbt-osgi" % "0.10.0") -addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.0") +addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.2") From 3598732597d4d4976fc119d4b81c1870f2bc1280 Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Thu, 19 Dec 2024 08:02:16 -0800 Subject: [PATCH 2/2] fix CI for latest ubuntu-latest --- .github/workflows/ci.yml | 1 + .github/workflows/release.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 025aaf5..30380ee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,6 +21,7 @@ jobs: with: distribution: temurin java-version: ${{matrix.java}} + - uses: sbt/setup-sbt@v1 - name: Test run: | sbt ++${{matrix.scala}} test diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 27a2f03..868dd86 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,6 +13,7 @@ jobs: with: distribution: temurin java-version: 8 + - uses: sbt/setup-sbt@v1 - run: sbt ci-release env: PGP_PASSPHRASE: ${{secrets.PGP_PASSPHRASE}}