From c1862412842fa0929037b5d7f3b0695cdcf1390b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 19 Dec 2024 22:28:41 +0000 Subject: [PATCH] Update sbt-ci-release to 1.9.2 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index bf106856..04d643ff 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -12,7 +12,7 @@ addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.6.0") addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0") -addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.11") +addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.2") addSbtPlugin("com.github.reibitto" % "sbt-welcome" % "0.4.0")