Bump config to 1.3.3

This commit is contained in:
Nafer Sanabria 2018-06-20 07:30:34 -05:00
parent 4c3e34ec1d
commit 5cf33f370f

View file

@ -44,7 +44,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.2" // ApacheV2
val config = "com.typesafe" % "config" % "1.3.3" // 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)