From cdfc921b737c2c9d56c893caff86aa3963809e20 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 9 Nov 2024 18:46:00 +0000 Subject: [PATCH] Update sbt-buildinfo to 0.13.1 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index f417272..c2bbb66 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,2 +1,2 @@ addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.1.0") -addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.12.0") +addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1")