From 507c017563b403ee6cef2a19156c5d7a5a105f2a Mon Sep 17 00:00:00 2001 From: Hyperledger Bot Date: Sat, 9 Nov 2024 20:03:04 +0000 Subject: [PATCH] Update sbt-buildinfo to 0.13.1 in main Signed-off-by: Hyperledger Bot --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 88729a36..85c8bdfd 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -35,7 +35,7 @@ resolvers += MavenRepository("sonatype-s01-snapshots", "https://s01.oss.sonatype addSbtPlugin("org.scalablytyped.converter" % "sbt-converter" % "1.0.0-beta44") // Utils Buildinfo -addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.12.0") +addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1") // CI addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4") // sbt> dependencyUpdates