From 6ed2abb40be2f76ab6650ac215b3f534929f3b0c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 29 Aug 2024 12:56:23 +0000 Subject: [PATCH] bump: sbt-ci-release 1.6.1 (was 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 e629406ac..9ad4abea3 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")