Merge pull request #795 from akka/wip-2610-config-0.6-patriknw
config lib 0.6.0
This commit is contained in:
commit
b193a45235
1 changed files with 1 additions and 1 deletions
|
|
@ -696,7 +696,7 @@ object Dependencies {
|
|||
object Dependency {
|
||||
// Compile
|
||||
val camelCore = "org.apache.camel" % "camel-core" % "2.10.0" exclude("org.slf4j", "slf4j-api") // ApacheV2
|
||||
val config = "com.typesafe" % "config" % "0.5.2" // ApacheV2
|
||||
val config = "com.typesafe" % "config" % "0.6.0" // ApacheV2
|
||||
val netty = "io.netty" % "netty" % "3.5.4.Final" // ApacheV2
|
||||
val protobuf = "com.google.protobuf" % "protobuf-java" % "2.4.1" // New BSD
|
||||
val scalaStm = "org.scala-tools" % "scala-stm" % "0.6" cross CrossVersion.full // Modified BSD (Scala)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue