From 724311ea012882ca8ae5d67de67e80660838cfcb Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 22 Mar 2024 16:37:55 +0000 Subject: [PATCH] Update sbt-buildinfo to 0.12.0 in series/3.x --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 03107149e..fc04d5e61 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ val sbtTypelevelVersion = "0.6.7" addSbtPlugin("org.typelevel" % "sbt-typelevel" % sbtTypelevelVersion) addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % sbtTypelevelVersion) -addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0") +addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.12.0")