From d772b002d8874f1117eca693eda9aa21e5e6a7cb Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Tue, 25 Nov 2025 04:29:47 +0000 Subject: [PATCH] Update http4s-circe, http4s-client, ... to 0.23.33 --- project/Versions.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Versions.scala b/project/Versions.scala index 2cb903d7..3b488f6f 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.33" val catsEffectVersion = "3.5.4" val munitCEVersion = "2.0.0-RC1" }