From f0a2d95652ba950b745c058a16e62299673f9298 Mon Sep 17 00:00:00 2001 From: "lucuma-steward[bot]" <106720676+lucuma-steward[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 00:20:45 +0000 Subject: [PATCH] Update grackle-circe, grackle-core, ... to 0.18.0 --- project/Settings.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Settings.scala b/project/Settings.scala index b471dfe2..04702116 100644 --- a/project/Settings.scala +++ b/project/Settings.scala @@ -93,7 +93,7 @@ object Settings { val lucumaUI = "0.66.0" val lucumaSchemas = "0.67.0" - val grackle = "0.17.2" + val grackle = "0.18.0" val graphQLRoutes = "0.8.5"