From f5ab0956bbaafa747db692777ee927b5e2ba9e27 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Tue, 8 Oct 2024 20:40:43 +0200 Subject: [PATCH] Update sbt-ci-release to 1.7.0 (#401) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 00247df8..6fa05569 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -8,7 +8,7 @@ val scalaNativeVersion = "0.5.5" val scalafix = "0.13.0" // includes sbt-dynver sbt-pgp sbt-sonatype sbt-git -addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.6.1") +addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.7.0") addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4") // Scala Native support