From 95d248b157e4e56e5945cc5e44ac877780f5a6cd Mon Sep 17 00:00:00 2001 From: "lucuma-steward[bot]" <106720676+lucuma-steward[bot]@users.noreply.github.com> Date: Sun, 3 Nov 2024 08:12:21 +0000 Subject: [PATCH] Update sbt-buildinfo to 0.13.0 --- project/Versions.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Versions.scala b/project/Versions.scala index 463bfc0ee..0942ecc7d 100644 --- a/project/Versions.scala +++ b/project/Versions.scala @@ -37,7 +37,7 @@ object Versions { val mUnitCatsEffect = "2.0.0" val reactAladin = "0.32.3" val refinedAlgebra = "0.1.1" - val sbtBuildInfo = "0.12.0" + val sbtBuildInfo = "0.13.0" val sbtLucuma = "0.12.1" val scalaCollectionContrib = "0.3.0" val scalaJsDom = "2.8.0"