From 0e252e44649adc04cc855cfdfacc713a4006173a Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 14 Oct 2024 23:31:14 +0200 Subject: [PATCH] Update sbt-ci-release to 1.8.0 (#663) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 4f162e87..cbb7f8bb 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -6,7 +6,7 @@ libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.11.14" addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") -addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.7.0") +addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.8.0") addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.12.0")