From 3a5faba265ad591f2ffa7f8469d00a33562c05c6 Mon Sep 17 00:00:00 2001 From: "scala-center-steward[bot]" <111975575+scala-center-steward[bot]@users.noreply.github.com> Date: Thu, 21 Mar 2024 00:15:43 +0000 Subject: [PATCH] build(deps): Update sbt-buildinfo from 0.11.0 to 0.12.0 --- project/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.sbt b/project/build.sbt index fb061b9385..fcaaf68827 100644 --- a/project/build.sbt +++ b/project/build.sbt @@ -4,7 +4,7 @@ addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.0.1") addSbtPlugin("ohnosequences" % "sbt-github-release" % "0.7.0") addSbtPlugin("com.scalawilliam.esbeetee" % "sbt-vspp" % "0.4.11") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") -addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0") +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.3.7")