From eb121274f1879ee55dc8769ccccd086b18efa126 Mon Sep 17 00:00:00 2001 From: "lucuma-steward[bot]" <106720676+lucuma-steward[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 09:15:10 +0000 Subject: [PATCH] Update grackle-core to 0.27.1 --- project/Settings.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Settings.scala b/project/Settings.scala index 42857c27..0e07a181 100644 --- a/project/Settings.scala +++ b/project/Settings.scala @@ -10,7 +10,7 @@ object Settings { val circe = "0.14.15" val disciplineMUnit = "2.0.0" val fs2 = "3.13.0" - val grackle = "0.27.0" + val grackle = "0.27.1" val http4s = "0.23.34" val http4sDom = "0.2.7" val http4sJDKClient = "0.10.0"