From 5bd5374cc29bbb4b499c1703f1ef253ba957d66b Mon Sep 17 00:00:00 2001 From: "lucuma-steward[bot]" <106720676+lucuma-steward[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 20:17:25 +0000 Subject: [PATCH] Update grackle-circe, grackle-core, ... to 0.18.1 --- project/Settings.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Settings.scala b/project/Settings.scala index 1643db79..b186a207 100644 --- a/project/Settings.scala +++ b/project/Settings.scala @@ -57,7 +57,7 @@ object Settings { val lucumaCore = "0.91.1" val lucumaSchemas = "0.69.0" - val grackle = "0.18.0" + val grackle = "0.18.1" val graphQLRoutes = "0.8.6"