From e764deaedc4e568a0a0f2d9f638fcc05da0c842f Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 01:49:21 +0000 Subject: [PATCH] Update async-http-client to 2.16.1 in series/0.24 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 34685548..4d63474b 100644 --- a/build.sbt +++ b/build.sbt @@ -21,7 +21,7 @@ ThisBuild / startYear := Some(2013) lazy val root = tlCrossRootProject.aggregate(servlet, examples) -val asyncHttpClientVersion = "2.16.0" +val asyncHttpClientVersion = "2.16.1" val jettyVersion = "12.0.38" val http4sVersion = "0.23.36" val munitCatsEffectVersion = "2.2.0"