We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
async-http-client
1 parent d224557 commit 069c420Copy full SHA for 069c420
core/build.sbt
@@ -4,7 +4,7 @@ description :=
4
"Core Dispatch module wrapping async-http-client"
5
6
libraryDependencies +=
7
- "org.asynchttpclient" % "async-http-client" % "3.0.0"
+ "org.asynchttpclient" % "async-http-client" % "3.0.1"
8
9
enablePlugins(BuildInfoPlugin)
10
0 commit comments