Update typesafe config to 1.4.2 (#31104)
This commit is contained in:
parent
f16051c064
commit
d7d0f5c8b2
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ object Dependencies {
|
|||
object Compile {
|
||||
// Compile
|
||||
|
||||
val config = "com.typesafe" % "config" % "1.4.1" // ApacheV2
|
||||
val config = "com.typesafe" % "config" % "1.4.2" // ApacheV2
|
||||
val netty = "io.netty" % "netty" % nettyVersion // ApacheV2
|
||||
|
||||
val scalaReflect = ScalaVersionDependentModuleID.versioned("org.scala-lang" % "scala-reflect" % _) // Scala License
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue