From b8c178308fc68171e15545d209f3a51750030725 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 2 Sep 2024 17:15:59 +0200 Subject: [PATCH] bump: sbt-ci-release 1.6.1 (was 1.5.12) (#1766) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index e415afd7d..e9f871b24 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.0.1") -addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12") +addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.6.1") addSbtPlugin("net.aichler" % "sbt-jupiter-interface" % "0.11.1") // discipline addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")