From 88041c3629fc71789099bdf11a8d82131d9278d5 Mon Sep 17 00:00:00 2001 From: "lucuma-steward[bot]" <106720676+lucuma-steward[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 20:10:43 +0000 Subject: [PATCH] Update lucuma-graphql-routes to 0.8.15 --- project/Settings.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Settings.scala b/project/Settings.scala index 32ccf07e..ccb5d806 100644 --- a/project/Settings.scala +++ b/project/Settings.scala @@ -60,7 +60,7 @@ object Settings { val grackle = "0.22.0" - val graphQLRoutes = "0.8.14" + val graphQLRoutes = "0.8.15" val clue = "0.35.0"