From b2a32f4c4637603dec62c89887a617b14d3ab294 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 22 Sep 2026 17:28:06 +0000 Subject: [PATCH] Update sbt-buildinfo to 0.13.2 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index b76eb9f..60d2bf0 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1") +addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.2") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.12.1") addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.11.7") addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.5.0")