From 69a3eb6d8e304da14524757acf30a1319f515416 Mon Sep 17 00:00:00 2001 From: Antonio171003 Date: Tue, 10 Sep 2024 12:28:59 -0700 Subject: [PATCH] Updated plugin sbt-ci-release to version 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 217461d..4e821fe 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -15,4 +15,4 @@ addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6") -addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10") +addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")