From 2394f3a8618a413f51c081644ffe9930a890ab5c Mon Sep 17 00:00:00 2001 From: "scala-center-steward[bot]" <111975575+scala-center-steward[bot]@users.noreply.github.com> Date: Thu, 21 Mar 2024 00:25:44 +0000 Subject: [PATCH] Update sbt-buildinfo to 0.12.0 --- project/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.sbt b/project/build.sbt index fafe739..7342a77 100644 --- a/project/build.sbt +++ b/project/build.sbt @@ -8,7 +8,7 @@ lazy val root = project addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2"), addSbtPlugin("com.github.sbt" % "sbt-ghpages" % "0.8.0"), addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.2"), - addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0"), + addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.12.0"), // // Let's add our sbt plugin to the sbt too ;) // unmanagedSourceDirectories in Compile ++= { // val pluginMainDir = baseDirectory.value.getParentFile / "sbt-plugin" / "src" / "main"