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