From 59debe8f2295c41d274811d564845e85a3cc2c7a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 21 Aug 2024 14:52:27 +0000 Subject: [PATCH] Update sbt-ci-release to 1.6.1 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index a2af0f55..338fb1f3 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -8,7 +8,7 @@ val scalaNativeVersion = "0.5.4" val scalafix = "0.12.1" // includes sbt-dynver sbt-pgp sbt-sonatype sbt-git -addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.6.0") +addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.6.1") addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4") // Scala Native support