From 66d2fcfba36f763342ae9bf8cebfb9db386896bd Mon Sep 17 00:00:00 2001 From: "lucuma-steward[bot]" <106720676+lucuma-steward[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 20:23:56 +0000 Subject: [PATCH] Update http4s-circe, http4s-dsl, ... to 0.23.27 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c26b48b..73de949 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ ThisBuild / tlBaseVersion := "0.8" val clueVersion = "0.35.2" val fs2Version = "3.2.7" val grackleVersion = "0.18.1" -val http4sVersion = "0.23.26" +val http4sVersion = "0.23.27" val kindProjectorVersion = "0.13.2" val log4catsVersion = "2.7.0" val munitCatsEffectVersion = "1.0.7"