From 6b1eee2828c31c37d86c392f90606d13a872220f Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 20:12:50 +0000 Subject: [PATCH] Update http4s-client, ... to 0.23.30 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 1c1b0df..ab4af64 100644 --- a/build.sbt +++ b/build.sbt @@ -30,7 +30,7 @@ lazy val root = project .aggregate(jettyServer, jettyClient) val jettyVersion = "10.0.24" -val http4sVersion = "0.23.29" +val http4sVersion = "0.23.30" val http4sServletVersion = "0.24.0-RC1" val munitCatsEffectVersion = "2.0.0" val slf4jVersion = "1.7.25"