Skip to content

Commit

Permalink
Upgrade to newer version of Netty
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben McCann committed Mar 26, 2015
1 parent 9921452 commit e37a877
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions framework/project/Dependencies.scala
Expand Up @@ -137,8 +137,8 @@ object Dependencies {
javaTestDeps

val netty = Seq(
"io.netty" % "netty" % "3.9.3.Final",
"com.typesafe.netty" % "netty-http-pipelining" % "1.1.2"
"io.netty" % "netty" % "3.10.1.Final",
"com.typesafe.netty" % "netty-http-pipelining" % "1.1.3"
) ++ specsBuild.map(_ % Test)

val akkaHttp = Seq(
Expand Down

0 comments on commit e37a877

Please sign in to comment.