Updating Netty to 3.2.3, closing ticket #495

This commit is contained in:
Viktor Klang 2010-10-25 16:28:18 +02:00
parent e1fa9ebe2d
commit d80dcfb7be

View file

@ -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"