From c3a3f82e26dc8c3ab73d2b59a957e761c46fe8c2 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Wed, 9 Oct 2024 00:10:04 +0200 Subject: [PATCH] Update sbt-ci-release to 1.7.0 (#307) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 81f48c8..b5e22a3 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,2 +1,2 @@ -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") \ No newline at end of file