Update typesafe config to 1.4.2 (#31104)

This commit is contained in:
Arnout Engelen 2022-02-03 09:29:28 +01:00 committed by GitHub
parent f16051c064
commit d7d0f5c8b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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