From 715d25cfa0ceb53acce9b1ffbed7e85b4b681dae Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 29 Jul 2024 23:49:13 +0000 Subject: [PATCH] Update async-http-client to 3.0.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 436759d..505d226 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.0", "org.typelevel" %% "cats-effect" % "3.4.8", "io.netty" % "netty-codec" % nettyVersion, "io.netty" % "netty-codec-http" % nettyVersion,