From 929a89ef3f378d102a16b7284ad90b00037c5872 Mon Sep 17 00:00:00 2001 From: "lucuma-steward[bot]" <106720676+lucuma-steward[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 16:27:17 +0000 Subject: [PATCH] Update lucuma-core, lucuma-core-testkit to 0.100.0 --- project/Settings.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Settings.scala b/project/Settings.scala index 8648c28..e80f370 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.100.0" val slf4j = "2.0.9" val log4s = "1.10.0"