From 40171b3b16a0d426d9d3a66d9fc62788772455aa Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 3 Nov 2024 22:46:10 +0000 Subject: [PATCH] Update sbt-buildinfo to 0.13.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index eb583ee..ac727e5 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -8,7 +8,7 @@ addSbtPlugin("ch.epfl.scala" % "sbt-scalajs-bundler" % "0.20.0") addSbtPlugin("org.scalablytyped.converter" % "sbt-converter" % "1.0.0-beta37") -addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0") +addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.0") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0")