From 3a9eaebfbd81b5615dde6eb43a4f6dce53819e8d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 4 Dec 2024 00:22:06 +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 436759d..c9d8855 100644 --- a/build.sbt +++ b/build.sbt @@ -48,7 +48,7 @@ val nettyVersion = "4.1.90.Final" ThisBuild / libraryDependencies ++= Seq( - "org.asynchttpclient" % "async-http-client" % "2.12.3", + "org.asynchttpclient" % "async-http-client" % "3.0.1", "org.typelevel" %% "cats-effect" % "3.4.8", "io.netty" % "netty-codec" % nettyVersion, "io.netty" % "netty-codec-http" % nettyVersion,