From 65fb6ac1c7d344a2b4d94737c106ba8f97a060df Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 9 Nov 2024 22:19:09 +0000 Subject: [PATCH] Update sbt-buildinfo to 0.13.1 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index c94adf2..fa6b7e0 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -9,7 +9,7 @@ addSbtPlugin("com.github.cb372" % "sbt-explicit-dependencies" % "0.3.1") addSbtPlugin("org.typelevel" % "sbt-typelevel-scalafix" % "0.7.2-12-17ac909-SNAPSHOT") addSbtPlugin("org.typelevel" % "sbt-typelevel-settings" % "0.7.2-12-17ac909-SNAPSHOT") addSbtPlugin("org.typelevel" % "sbt-typelevel-ci-release" % "0.7.2-12-17ac909-SNAPSHOT") -addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.12.0") +addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1") addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.10.0") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.17.0") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")