From 5110775cae0714b09cdc7aa43b4c52d6bbdaf31f Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 16:06:03 +0000 Subject: [PATCH] Update http4s-circe, http4s-client, ... to 0.23.29 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9daa557d..a54aa8a3 100644 --- a/build.sbt +++ b/build.sbt @@ -53,7 +53,7 @@ ThisBuild / crossScalaVersions := Seq(Scala212, Scala3, Scala213) val catsEffectVersion = "3.5.4" val circeVersion = "0.14.10" val fs2Version = "3.11.0" -val http4sVersion = "0.23.28" +val http4sVersion = "0.23.29" val natchezVersion = "0.3.6" val munitVersion = "0.7.29" val munitCEVersion = "1.0.7"