From 75fe5c83dc46f95623c01a8769b39a923e1a38ee Mon Sep 17 00:00:00 2001 From: "scala-center-steward[bot]" <111975575+scala-center-steward[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 00:21:09 +0000 Subject: [PATCH] build(deps): Update sbt-ci-release from 1.7.0 to 1.8.0 --- project/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.sbt b/project/build.sbt index 97079717d..2b199dd34 100644 --- a/project/build.sbt +++ b/project/build.sbt @@ -8,7 +8,7 @@ addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.12.0") // needs to be updated in order for us to bump to 0.4.x. addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7") addSbtPlugin("com.github.sbt" % "sbt-git" % "2.1.0") -addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.7.0") +addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.8.0") addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.6.1") addSbtPlugin("org.scala-debugger" % "sbt-jdi-tools" % "1.1.1") addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.4")