From ed925fcf454365af4111f7d87e3752d1590ed928 Mon Sep 17 00:00:00 2001 From: "scala-center-steward[bot]" <111975575+scala-center-steward[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 00:20:09 +0000 Subject: [PATCH] build(deps): Update sbt-git from 2.0.1 to 2.1.0 --- project/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.sbt b/project/build.sbt index 99e034e21..e13561eea 100644 --- a/project/build.sbt +++ b/project/build.sbt @@ -7,7 +7,7 @@ addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.12.0") // Bumping this will causes issues. The benchmark bridge // 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.0.1") +addSbtPlugin("com.github.sbt" % "sbt-git" % "2.1.0") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.7.0") addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.6.1") addSbtPlugin("org.scala-debugger" % "sbt-jdi-tools" % "1.1.1")