From 7923a08f010169a1ce470690218bda4c8e8f7d9f Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Tue, 17 Dec 2024 22:26:04 +0100 Subject: [PATCH] Update sbt-buildinfo to 0.13.1 (#219) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index ed9434c..6996e64 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.7.4") -addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0") +addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1") libraryDependencies ++= Seq( "io.circe" %% "circe-core" % "0.14.3",