From 0459a40ecdded244406e24ce313f9fd08d37487a Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Wed, 21 Aug 2024 22:46:55 +0200 Subject: [PATCH] Update sbt-ci-release to 1.6.1 (#411) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index c403578..765f934 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -2,7 +2,7 @@ val Dependencies = new { val Versions = new { val missinglink = "0.2.11" val sbtBuildinfo = "0.12.0" - val sbtCiRelease = "1.6.0" + val sbtCiRelease = "1.6.1" val sbtMissinglink = "0.3.6" val sbtRewarn = "0.1.3" val sbtScalafmt = "2.5.2"