From 7e55e3e12968294a8c006850d2bf323c93cf3d9e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 22 Mar 2024 20:39:53 +0000 Subject: [PATCH] sbt-buildinfo 0.12.0 (was 0.11.0) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index d2379ddf..ed70e1db 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -11,5 +11,5 @@ addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % "0.8.0") addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.5.15") -addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0") +addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.12.0") addSbtPlugin("com.github.sbt" % "sbt-maven-plugin" % "0.0.2")