From 47bfd722415404f47b8a6a614e2d749edf67d42a Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Wed, 16 Oct 2024 04:05:59 +0200 Subject: [PATCH] Update sbt-ci-release to 1.8.0 (#372) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 4012f03..5bc00e4 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,3 +1,3 @@ -addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.7.0") +addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.8.0") addSbtPlugin("dev.zio" % "zio-sbt-ecosystem" % "0.4.0-alpha.28") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")