From d7587306d609be66fb0813fe0773dcae95519d92 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 10 Nov 2024 02:32:27 +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 72ca6b7..dc7106b 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.0") +addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1") addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.9.2")