Skip to content

Commit

Permalink
[#655] Update AHC to 1.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
erwan committed Sep 12, 2012
1 parent e96b35d commit a95e02a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions framework/project/Build.scala
Expand Up @@ -225,13 +225,13 @@ object PlayBuild extends Build {
("org.springframework" % "spring-beans" % "3.0.7.RELEASE" notTransitive())
.exclude("org.springframework", "spring-core")
,

"joda-time" % "joda-time" % "2.0",
"org.joda" % "joda-convert" % "1.1",
"javassist" % "javassist" % "3.12.1.GA",
"commons-lang" % "commons-lang" % "2.6",

("com.ning" % "async-http-client" % "1.7.0" notTransitive())
("com.ning" % "async-http-client" % "1.7.6" notTransitive())
.exclude("org.jboss.netty", "netty")
,

Expand Down

0 comments on commit a95e02a

Please sign in to comment.