From 26a9185103c3a9de8f95916bfdf158c284ddd6e9 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 2 Dec 2023 05:34:39 +0000 Subject: [PATCH] Update sbt-ci-release to 1.5.12 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index b84768ff..3ad0c5ab 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -12,7 +12,7 @@ addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.5.6") 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.5.12") addSbtPlugin("com.github.reibitto" % "sbt-welcome" % "0.2.2")