Update Config to v1.3.2 (#23790)

This commit is contained in:
Martynas Mickevičius 2017-10-09 14:23:28 +03:00 committed by Arnout Engelen
parent 1266468184
commit 4d5528f474
2 changed files with 5 additions and 1 deletions

View file

@ -42,7 +42,7 @@ object Dependencies {
val camelCore = "org.apache.camel" % "camel-core" % "2.17.7" exclude ("org.slf4j", "slf4j-api") // ApacheV2
// when updating config version, update links ActorSystem ScalaDoc to link to the updated version
val config = "com.typesafe" % "config" % "1.3.1" // ApacheV2
val config = "com.typesafe" % "config" % "1.3.2" // ApacheV2
val netty = "io.netty" % "netty" % "3.10.6.Final" // ApacheV2
val scalaStm = Def.setting { "org.scala-stm" %% "scala-stm" % scalaStmVersion.value } // Modified BSD (Scala)