From 6463f00a7c91d96e58e828d9385961d110a70002 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 23 Oct 2024 00:25:57 +0000 Subject: [PATCH] Update sbt-ci-release to 1.9.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index bc3a484..ee01568 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.0") //addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.4.1")