From bc186258970b05aa25317a725ee38b62b6bd7abb Mon Sep 17 00:00:00 2001 From: "scala-center-steward[bot]" <111975575+scala-center-steward[bot]@users.noreply.github.com> Date: Sun, 10 Nov 2024 00:20:29 +0000 Subject: [PATCH] build(deps): Update sbt-buildinfo from 0.13.0 to 0.13.1 --- project/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.sbt b/project/build.sbt index 72617391b..c86fb34f2 100644 --- a/project/build.sbt +++ b/project/build.sbt @@ -3,7 +3,7 @@ addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.17.0") addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.1.0") addSbtPlugin("com.scalawilliam.esbeetee" % "sbt-vspp" % "0.4.11") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") -addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.0") +addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1") // 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")