From 3b5e4fdc4b33a2eb657e1a8c4e11e5a62a9594a8 Mon Sep 17 00:00:00 2001 From: Piotr Chabelski Date: Tue, 19 Nov 2024 10:21:15 +0100 Subject: [PATCH 1/3] Update `sbt-ci-release` to 1.9.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index cf4d980..b421953 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,2 +1,2 @@ -addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12") +addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.0") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0") From c70ea7ccfd42f023a7ade5bfd66ea2c43b66301a Mon Sep 17 00:00:00 2001 From: Piotr Chabelski Date: Tue, 19 Nov 2024 10:21:49 +0100 Subject: [PATCH 2/3] Update `sbt` to 1.10.5 --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index 3c0b78a..db1723b 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.9.1 +sbt.version=1.10.5 From 1c8b1ded0b0b22142551f77508cc31d3453f87ab Mon Sep 17 00:00:00 2001 From: Piotr Chabelski Date: Tue, 19 Nov 2024 10:26:54 +0100 Subject: [PATCH 3/3] Set the JVM to 17 for publishing --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b8e17f7..13fd325 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,6 +39,7 @@ jobs: - uses: coursier/cache-action@v6.4 - uses: coursier/setup-action@v1 with: + jvm: 17 apps: 'sbt' - uses: olafurpg/setup-gpg@v3 - name: Release