From 68aa5a36a0d3223c1ce5034b3ba4382891e60a0e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 18 Aug 2025 19:02:44 +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 32ec8f1..686f6f1 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.1") -addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.1") +addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.2") addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.8")