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:
commit
aadaaa1a1b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue