From 79f7b52943d2963f0742cc86d37329818efcf24a Mon Sep 17 00:00:00 2001 From: "lucuma-steward[bot]" <106720676+lucuma-steward[bot]@users.noreply.github.com> Date: Wed, 20 Mar 2024 04:14:30 +0000 Subject: [PATCH] Update sbt-buildinfo to 0.12.0 --- project/Versions.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Versions.scala b/project/Versions.scala index 199a2246b2..8f7a22cf2c 100644 --- a/project/Versions.scala +++ b/project/Versions.scala @@ -37,7 +37,7 @@ object Versions { val pprint = "0.8.1" val reactAladin = "0.32.0" val refinedAlgebra = "0.1.1" - val sbtBuildInfo = "0.11.0" + val sbtBuildInfo = "0.12.0" val sbtLucuma = "0.11.15" val scalaCollectionContrib = "0.3.0" val scalaJsDom = "2.8.0"