Skip to content

Commit

Permalink
Merge pull request #4137 from benmccann/netty-3.10
Browse files Browse the repository at this point in the history
Upgrade to newer version of Netty
  • Loading branch information
jroper committed Mar 27, 2015
2 parents ea25516 + e37a877 commit c980fb7
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 c980fb7

Please sign in to comment.