Updating Netty to 3.2.3, closing ticket #495
This commit is contained in:
parent
e1fa9ebe2d
commit
d80dcfb7be
1 changed files with 1 additions and 1 deletions
|
|
@ -209,7 +209,7 @@ class AkkaParentProject(info: ProjectInfo) extends DefaultProject(info) {
|
|||
|
||||
lazy val multiverse = "org.multiverse" % "multiverse-alpha" % MULTIVERSE_VERSION % "compile" intransitive
|
||||
|
||||
lazy val netty = "org.jboss.netty" % "netty" % "3.2.2.Final" % "compile"
|
||||
lazy val netty = "org.jboss.netty" % "netty" % "3.2.3.Final" % "compile"
|
||||
|
||||
lazy val protobuf = "com.google.protobuf" % "protobuf-java" % "2.3.0" % "compile"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue