Update typesafe config to 1.3.4 (#26875)
Link to latest version of the Typesafe Config Library API docs
This commit is contained in:
parent
8c0a79b7b1
commit
70c3d08b5a
2 changed files with 9 additions and 10 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue