From f57c7c7d1cc6e717581def7881e0b9520a75c11e Mon Sep 17 00:00:00 2001 From: Kevin Wallimann Date: Fri, 1 Aug 2025 10:58:22 +0200 Subject: [PATCH] Upgrade sbt-ci-release --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index b41fdd7..e854011 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -14,7 +14,7 @@ * limitations under the License. */ -addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.3") +addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.1") addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.9.2") addSbtPlugin("org.jetbrains.scala" % "sbt-ide-settings" % "1.1.1")