Merge pull request #1297 from akka/wip-3190-netty-3.6.3-patriknw
Changed to Netty 3.6.3.Final, see #3190
This commit is contained in:
commit
c9afd3804f
1 changed files with 1 additions and 1 deletions
|
|
@ -860,7 +860,7 @@ object Dependencies {
|
|||
val camelCore = "org.apache.camel" % "camel-core" % "2.10.3" exclude("org.slf4j", "slf4j-api") // ApacheV2
|
||||
|
||||
val config = "com.typesafe" % "config" % "1.0.0" // ApacheV2
|
||||
val netty = "io.netty" % "netty" % "3.6.1.Final" // ApacheV2
|
||||
val netty = "io.netty" % "netty" % "3.6.3.Final" // ApacheV2
|
||||
val protobuf = "com.google.protobuf" % "protobuf-java" % "2.4.1" // New BSD
|
||||
val scalaStm = "org.scala-stm" %% "scala-stm" % "0.7" // Modified BSD (Scala)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue