From ae2c2d2e0e0e8b6c783d10b1d86f173a09f4d5c7 Mon Sep 17 00:00:00 2001 From: "scala-center-steward[bot]" <111975575+scala-center-steward[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 00:22:48 +0000 Subject: [PATCH] Update sbt-ci-release to 1.8.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 5322d7eec..6f0ae5288 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -2,7 +2,7 @@ addSbtPlugin("org.scala-debugger" % "sbt-jdi-tools" % "1.1.1") addSbtPlugin("org.scala-sbt" % "sbt-contraband" % "0.6.0") -addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.7.0") +addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.8.0") // force version to fix https://github.com/sbt/sbt-pgp/issues/199 addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.0") addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.12.0")