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