From 87dbcc76eb49ef678419b9b39e65f15db926d526 Mon Sep 17 00:00:00 2001 From: "scala-center-steward[bot]" <111975575+scala-center-steward[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 00:20:47 +0000 Subject: [PATCH] build(deps): Update sbt-ci-release from 1.8.0 to 1.9.0 --- project/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.sbt b/project/build.sbt index 2b199dd34..c691af0d5 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.8.0") +addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.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")