From c2e78100f312b664de8699c3db9cb7602e94096f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 18 Aug 2025 20:01:09 +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 bc3a484..3003321 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -14,7 +14,7 @@ addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.15") addSbtPlugin("com.codecommit" % "sbt-github-actions" % "0.14.2") -addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.11") +addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.2") //addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.4.1")