From 61840435420efcedcab3e7ddac55723d35f41bf0 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 05:58:30 +0000 Subject: [PATCH] Update http4s-circe, http4s-client, ... to 0.23.34 in series/0.23 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9653ccc98..f50c33fff 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ import Dependencies._ val Scala212 = "2.12.21" val Scala213 = "2.13.18" val Scala3 = "3.3.7" -val http4sVersion = "0.23.33" +val http4sVersion = "0.23.34" val munitCatsEffectVersion = "2.2.0" ThisBuild / resolvers +=