Skip to content

Commit

Permalink
Merge pull request playframework#5571 from wsargent/upgrade-to-ahc-2.…
Browse files Browse the repository at this point in the history
…0-RC8

Upgrade to AHC 2.0.0-RC8
  • Loading branch information
marcospereira committed Feb 5, 2016
2 parents 1d5e36c + 61b95e6 commit 5a9d3e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ object Dependencies {

val playWsDeps = Seq(
guava,
"org.asynchttpclient" % "async-http-client" % "2.0.0-RC7"
"org.asynchttpclient" % "async-http-client" % "2.0.0-RC8"
) ++
Seq("signpost-core", "signpost-commonshttp4").map("oauth.signpost" % _ % "1.2.1.2") ++
logback.map(_ % Test) ++
Expand Down

0 comments on commit 5a9d3e8

Please sign in to comment.