From ec70d7077d25c21f36df2715a19aa6721e0e8edc Mon Sep 17 00:00:00 2001 From: Lunfu Zhong Date: Tue, 28 Nov 2023 11:45:54 +0800 Subject: [PATCH] Update sbt-ci-release to 1.5.12 (#104) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 6a21227..aacd7c0 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -16,6 +16,6 @@ addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1") addSbtPlugin("com.github.sbt" % "sbt-git" % "2.0.1") -addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.11") +addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12") addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.10.4")