aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuki Ishikawa <sobacode@gmail.com>2018-05-16 10:31:35 +0900
committerYuki Ishikawa <sobacode@gmail.com>2018-05-16 10:31:35 +0900
commit33a2585e38b37389f93b944b15e6f5c9b65e02f4 (patch)
tree6849f8960bf870537889544f2619932493660848
parent914515270f641338caa925c6192cd06e394212f2 (diff)
downloadsttp-33a2585e38b37389f93b944b15e6f5c9b65e02f4.tar.gz
sttp-33a2585e38b37389f93b944b15e6f5c9b65e02f4.tar.bz2
sttp-33a2585e38b37389f93b944b15e6f5c9b65e02f4.zip
Update async-http-client to 2.4.7
-rw-r--r--build.sbt2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sbt b/build.sbt
index e972cf9..2f20c6b 100644
--- a/build.sbt
+++ b/build.sbt
@@ -90,7 +90,7 @@ lazy val asyncHttpClientBackend: Project = (project in file(
.settings(
name := "async-http-client-backend",
libraryDependencies ++= Seq(
- "org.asynchttpclient" % "async-http-client" % "2.4.4"
+ "org.asynchttpclient" % "async-http-client" % "2.4.7"
)
) dependsOn core