Update config to 1.4.1 (#31101)

This commit is contained in:
Arnout Engelen 2022-02-01 17:21:30 +01:00 committed by GitHub
parent 9b97614b95
commit c14855fd8b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View file

@ -68,7 +68,7 @@ object Dependencies {
object Compile {
// Compile
val config = "com.typesafe" % "config" % "1.4.0" // ApacheV2
val config = "com.typesafe" % "config" % "1.4.1" // ApacheV2
val netty = "io.netty" % "netty" % nettyVersion // ApacheV2
val scalaReflect = ScalaVersionDependentModuleID.versioned("org.scala-lang" % "scala-reflect" % _) // Scala License