Merge pull request #15248 from akka/wip-15116-config-1.2.1-master-ban

=pro #15116 Update Typesafe Config to 1.2.1 (Forward Port)
This commit is contained in:
Björn Antonsson 2014-05-22 13:45:36 +02:00
commit aadaaa1a1b

View file

@ -22,7 +22,7 @@ object Dependencies {
// Compile
val camelCore = "org.apache.camel" % "camel-core" % "2.13.0" exclude("org.slf4j", "slf4j-api") // ApacheV2
val config = "com.typesafe" % "config" % "1.2.0" // ApacheV2
val config = "com.typesafe" % "config" % "1.2.1" // ApacheV2
// mirrored in OSGi sample
val netty = "io.netty" % "netty" % "3.8.0.Final" // ApacheV2
// mirrored in OSGi sample