From 46c4932a130d5144f2648fb3c530498e9d72dcfc Mon Sep 17 00:00:00 2001 From: "lucuma-steward[bot]" <106720676+lucuma-steward[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 00:24:36 +0000 Subject: [PATCH] Update lucuma-schemas to 0.104.1 --- project/Settings.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Settings.scala b/project/Settings.scala index 667ba8cd..48290016 100644 --- a/project/Settings.scala +++ b/project/Settings.scala @@ -55,7 +55,7 @@ object Settings { // Lucuma val lucumaCore = "0.105.4" - val lucumaSchemas = "0.104.0" + val lucumaSchemas = "0.104.1" val navigateUi = "0.2.0" val grackle = "0.22.0"