From a8e1291fbf4b4e460cb4b2e04faef1174cd40fa2 Mon Sep 17 00:00:00 2001 From: "lucuma-steward[bot]" <106720676+lucuma-steward[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 20:14:42 +0000 Subject: [PATCH] Update lucuma-core, lucuma-core-testkit to 0.106.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f423ab5..2ebdcff 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ val Versions = new { // sbt doesn't like object definitions in build.sbt val disciplineMUnit = "2.0.0" val fs2 = "3.11.0" val kittens = "3.4.0" - val lucumaCore = "0.106.3" + val lucumaCore = "0.106.4" val lucumaODBSchema = "0.15.0" val munit = "1.0.2" val munitCatsEffect = "2.0.0"