From 4205a67805f2a704b2113628163e202a078a07d4 Mon Sep 17 00:00:00 2001 From: "scala-steward-firstbirdtech[bot]" <157817373+scala-steward-firstbirdtech[bot]@users.noreply.github.com> Date: Wed, 10 Dec 2025 00:34:36 +0000 Subject: [PATCH] Update sbt-ci-release to 1.11.2 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 0729fa1..cff7ed6 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.4") addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.29.0") -addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.3") +addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.2") addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.11.4") addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.10.7") addSbtPlugin("com.github.sbt" % "sbt-header" % "5.11.0")