Merge pull request #600 from akka/wip-2360
#2360 - Upgrading Typesafe Config dependency to 0.5.0
This commit is contained in:
commit
36d2a5516a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue