From d5244d5bbcbaa9a087feec56e87bb582e780199f Mon Sep 17 00:00:00 2001 From: "lucuma-steward[bot]" <106720676+lucuma-steward[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 18:00:30 +0000 Subject: [PATCH] Update grackle-core to 0.29.0 --- project/Settings.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Settings.scala b/project/Settings.scala index 5071ce16..97e78f08 100644 --- a/project/Settings.scala +++ b/project/Settings.scala @@ -10,7 +10,7 @@ object Settings { val circe = "0.14.16" val disciplineMUnit = "2.0.0" val fs2 = "3.13.0" - val grackle = "0.28.1" + val grackle = "0.29.0" val http4s = "0.23.36" val http4sDom = "0.2.7" val http4sJDKClient = "0.10.0"