From afec938b8ad52e44f10fa89b4d4401f31ca7bae7 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 15 Nov 2024 19:35:30 +0000 Subject: [PATCH] [0.11.x] sbt-buildinfo 0.13.1 (was 0.12.0) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 2540d1a6..9aea6e22 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.12.0") +addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1") addSbtPlugin("com.typesafe.play" % "sbt-twirl" % "1.6.8") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")