Skip to content

Commit

Permalink
Updating Netty to 3.2.5, closing ticket #1074
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorklang committed Aug 2, 2011
1 parent 7b83ee2 commit 1e0b6d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/build/AkkaProject.scala
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ class AkkaParentProject(info: ProjectInfo) extends ParentProject(info) with Exec
lazy val multiverse = "org.multiverse" % "multiverse-alpha" % MULTIVERSE_VERSION % "compile" //ApacheV2
lazy val multiverse_test = "org.multiverse" % "multiverse-alpha" % MULTIVERSE_VERSION % "test" //ApacheV2

lazy val netty = "org.jboss.netty" % "netty" % "3.2.4.Final" % "compile" //ApacheV2
lazy val netty = "org.jboss.netty" % "netty" % "3.2.5.Final" % "compile" //ApacheV2

lazy val osgi_core = "org.osgi" % "org.osgi.core" % "4.2.0" //ApacheV2

Expand Down

0 comments on commit 1e0b6d6

Please sign in to comment.