From e04c8ceb42bf5f77903ff51cc58d574f51c7012b Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 16:12:38 +0000 Subject: [PATCH] Update http4s-circe, http4s-client, ... to 0.23.29 --- project/Versions.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Versions.scala b/project/Versions.scala index 2cb903d..b7de441 100644 --- a/project/Versions.scala +++ b/project/Versions.scala @@ -1,7 +1,7 @@ object Versions { val scala3 = "3.3.3" val scala213 = "2.13.12" - val http4sVersion = "0.23.27" + val http4sVersion = "0.23.29" val catsEffectVersion = "3.5.4" val munitCEVersion = "2.0.0-RC1" }