From 776047512cec0554cd1b8bc678616c0b6c1d423e Mon Sep 17 00:00:00 2001 From: "lucuma-steward[bot]" <106720676+lucuma-steward[bot]@users.noreply.github.com> Date: Sun, 28 Jan 2024 20:16:52 +0000 Subject: [PATCH] Update lucuma-schemas to 0.70.0 --- project/Settings.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Settings.scala b/project/Settings.scala index 1643db79..fa8b1efd 100644 --- a/project/Settings.scala +++ b/project/Settings.scala @@ -55,7 +55,7 @@ object Settings { // Lucuma val lucumaCore = "0.91.1" - val lucumaSchemas = "0.69.0" + val lucumaSchemas = "0.70.0" val grackle = "0.18.0"