From dd58da343f34ad4a8c607b45c20c6e9a7d02e2df Mon Sep 17 00:00:00 2001 From: "lucuma-steward[bot]" <106720676+lucuma-steward[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 20:27:52 +0000 Subject: [PATCH] Update clue-http4s, clue-model to 0.35.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5917f8a..cfe73b1 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ ThisBuild / tlBaseVersion := "0.8" -val clueVersion = "0.35.1" +val clueVersion = "0.35.2" val fs2Version = "3.2.7" val grackleVersion = "0.18.1" val http4sVersion = "0.23.26"