Update typesafe config to 1.3.4 (#26875)

Link to latest version of the Typesafe Config Library API docs
This commit is contained in:
Philippus Baalman 2019-05-07 12:47:26 +02:00 committed by Johan Andrén
parent 8c0a79b7b1
commit 70c3d08b5a
2 changed files with 9 additions and 10 deletions

View file

@ -34,8 +34,7 @@ object Dependencies {
object Compile {
// Compile
// when updating config version, update links ActorSystem ScalaDoc to link to the updated version
val config = "com.typesafe" % "config" % "1.3.3" // ApacheV2
val config = "com.typesafe" % "config" % "1.3.4" // ApacheV2
val netty = "io.netty" % "netty" % "3.10.6.Final" // ApacheV2
val scalaXml = "org.scala-lang.modules" %% "scala-xml" % scalaXmlVersion // Scala License