From 906512bf390a150b839ee25e31e51499e3a1a6a7 Mon Sep 17 00:00:00 2001 From: "lucuma-steward[bot]" <106720676+lucuma-steward[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 12:11:43 +0000 Subject: [PATCH] Update lucuma-core, lucuma-core-testkit to 0.111.3 --- project/Settings.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Settings.scala b/project/Settings.scala index d274178..7d95931 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.111.3" val slf4j = "2.0.16" val log4s = "1.10.0"