From d7d0f5c8b26dc02b6d7dcd31dbec5f9c14ea5c22 Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Thu, 3 Feb 2022 09:29:28 +0100 Subject: [PATCH] Update typesafe config to 1.4.2 (#31104) --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 89dd75aa69..c41e82203a 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -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