From f840bff4ede77d4754b32d3b61df80a0bd2f80c1 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 20 Mar 2024 18:10:35 +0000 Subject: [PATCH] chore(Dependencies) : update sbt-buildinfo from 0.11.0 to 0.12.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 6941586..00a0083 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0") +addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.12.0") addSbtPlugin("org.jmotor.sbt" % "sbt-dependency-updates" % "1.2.2") addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "1.0.2") addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.3.7")