From bc95198491eb25fcc4c5df5e81e0b7db9407f4f0 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 14 Mar 2025 01:36:24 +0000 Subject: [PATCH] Update sbt-ci-release to 1.9.3 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index bc3a484..a419d1c 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.9.3") //addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.4.1")