From 0058923135e9b9565eb1be30aa8b64b642e5182e Mon Sep 17 00:00:00 2001 From: scala-steward Date: Sun, 10 Nov 2024 00:01:51 +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 0c753ee38..43ba89d01 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("io.spray" % "sbt-revolver" % "0.10.0")