update to Netty 3.10.6.Final, #20856
This commit is contained in:
parent
adc931a493
commit
3aa19a0e7c
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ object Dependencies {
|
||||||
|
|
||||||
// when updating config version, update links ActorSystem ScalaDoc to link to the updated version
|
// when updating config version, update links ActorSystem ScalaDoc to link to the updated version
|
||||||
val config = "com.typesafe" % "config" % "1.3.0" // ApacheV2
|
val config = "com.typesafe" % "config" % "1.3.0" // ApacheV2
|
||||||
val netty = "io.netty" % "netty" % "3.10.3.Final" // ApacheV2
|
val netty = "io.netty" % "netty" % "3.10.6.Final" // ApacheV2
|
||||||
val scalaStm = Def.setting { "org.scala-stm" %% "scala-stm" % scalaStmVersion.value } // Modified BSD (Scala)
|
val scalaStm = Def.setting { "org.scala-stm" %% "scala-stm" % scalaStmVersion.value } // Modified BSD (Scala)
|
||||||
|
|
||||||
val scalaXml = "org.scala-lang.modules" %% "scala-xml" % "1.0.5" // Scala License
|
val scalaXml = "org.scala-lang.modules" %% "scala-xml" % "1.0.5" // Scala License
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue