From 6b4165041b7479463e698ed191d0020883eca9ee Mon Sep 17 00:00:00 2001 From: "lucuma-steward[bot]" <106720676+lucuma-steward[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 20:26:19 +0000 Subject: [PATCH] Update lucuma-core, lucuma-core-testkit to 0.96.4 --- project/Settings.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Settings.scala b/project/Settings.scala index 8648c28..7dc8a11 100644 --- a/project/Settings.scala +++ b/project/Settings.scala @@ -19,7 +19,7 @@ object Settings { lazy val jca = "2.4.8" // Lucuma - lazy val lucumaCore = "0.89.1" + lazy val lucumaCore = "0.96.4" val slf4j = "2.0.9" val log4s = "1.10.0"