From 1ad4547ae324b7392f03b31fae2a7accff82f6c8 Mon Sep 17 00:00:00 2001 From: "lucuma-steward[bot]" <106720676+lucuma-steward[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 12:54:41 +0000 Subject: [PATCH] Update grackle-core to 0.28.1 --- project/Settings.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Settings.scala b/project/Settings.scala index 66264b3e..28079335 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.0" + val grackle = "0.28.1" val http4s = "0.23.34" val http4sDom = "0.2.7" val http4sJDKClient = "0.10.0"