From 6dc22145b1f36d3686dfc0a6cb1afe421d4b6372 Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Mon, 2 Dec 2024 17:15:55 +0000 Subject: [PATCH] Update async-http-client to 3.0.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e514c5b..5e40e90 100644 --- a/build.sbt +++ b/build.sbt @@ -19,7 +19,7 @@ lazy val async = module("async") buildInfoPackage := "httpz.async", buildInfoObject := "BuildInfoHttpzAsync", libraryDependencies ++= Seq( - "org.asynchttpclient" % "async-http-client" % "3.0.0" + "org.asynchttpclient" % "async-http-client" % "3.0.1" ) ) .dependsOn(httpz, tests % "test")