From 0ab4104632e91768540823dc404c9626c2742696 Mon Sep 17 00:00:00 2001 From: "scala-center-steward[bot]" <111975575+scala-center-steward[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 00:23:35 +0000 Subject: [PATCH] Update sbt-buildinfo to 0.13.0 --- project/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.sbt b/project/build.sbt index fe6b845..86b02d4 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.6.1"), - addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.12.0"), + addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.0"), // // Let's add our sbt plugin to the sbt too ;) // unmanagedSourceDirectories in Compile ++= { // val pluginMainDir = baseDirectory.value.getParentFile / "sbt-plugin" / "src" / "main"