From b1d0e605c79299108c43ba3d5c5683e340c03ca8 Mon Sep 17 00:00:00 2001 From: "lucuma-steward[bot]" <106720676+lucuma-steward[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 16:13:27 +0000 Subject: [PATCH] Update lucuma-core, lucuma-core-testkit to 0.107.1 --- project/Settings.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Settings.scala b/project/Settings.scala index d274178..74ef2ae 100644 --- a/project/Settings.scala +++ b/project/Settings.scala @@ -19,7 +19,7 @@ object Settings { lazy val jca = "2.4.10" // Lucuma - lazy val lucumaCore = "0.91.1" + lazy val lucumaCore = "0.107.1" val slf4j = "2.0.16" val log4s = "1.10.0"