From 0098fe9d5a70efc28a2c06c3d125d4088a553fbb Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 3 Jun 2025 16:28:40 +0000 Subject: [PATCH] Update sbt-ci-release to 1.11.1 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 022b37c..23c1dd8 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -9,4 +9,4 @@ addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.2") addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "1.0.2") -addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10") +addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.1")