Merge pull request #600 from akka/wip-2360

#2360 - Upgrading Typesafe Config dependency to 0.5.0
This commit is contained in:
Viktor Klang (√) 2012-08-08 02:43:04 -07:00
commit 36d2a5516a

View file

@ -520,7 +520,7 @@ object Dependencies {
object Dependency {
// Compile
val config = "com.typesafe" % "config" % "0.4.1" // ApacheV2
val config = "com.typesafe" % "config" % "0.5.0" // ApacheV2
val camelCore = "org.apache.camel" % "camel-core" % "2.8.0" // ApacheV2
val netty = "io.netty" % "netty" % "3.5.1.Final" // ApacheV2
val protobuf = "com.google.protobuf" % "protobuf-java" % "2.4.1" // New BSD