From 33a2585e38b37389f93b944b15e6f5c9b65e02f4 Mon Sep 17 00:00:00 2001 From: Yuki Ishikawa Date: Wed, 16 May 2018 10:31:35 +0900 Subject: Update async-http-client to 2.4.7 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.sbt') 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 -- cgit v1.2.3