From e6af7389c6fc303e9ebe48a1f130cee215829b36 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Fri, 31 Oct 2025 00:12:19 +0000 Subject: [PATCH] Update http4s-circe, http4s-client, ... to 0.23.33 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 0243805a..124c5335 100644 --- a/build.sbt +++ b/build.sbt @@ -53,7 +53,7 @@ ThisBuild / crossScalaVersions := Seq(Scala212, Scala3, Scala213) val catsEffectVersion = "3.5.7" val circeVersion = "0.14.15" val fs2Version = "3.12.2" -val http4sVersion = "0.23.32" +val http4sVersion = "0.23.33" val natchezVersion = "0.3.8" val munitVersion = "1.2.0" val munitCEVersion = "2.1.0"