From a0c0f5553042c36dbbca28755687a9f9d1d6de52 Mon Sep 17 00:00:00 2001 From: "Indoor Vivants Steward[bot]" <228215+Indoor+Vivants+Steward[bot]@users.noreply.github.com> Date: Sat, 9 Nov 2024 12:09:35 +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 3c3a91f..d0daf93 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -18,7 +18,7 @@ addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.9.0") addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.10.0") -addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0") +addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.14.0")