From 3fa133d90192e8189056cc6db90add2d511d2391 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johan=20Andr=C3=A9n?= Date: Thu, 5 Sep 2019 11:23:24 +0200 Subject: [PATCH] Try out Config lib 1.3.5-RC1 (#27626) --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 4eb8bd884e..0e2ed4ca23 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -53,7 +53,7 @@ object Dependencies { object Compile { // Compile - val config = "com.typesafe" % "config" % "1.3.4" // ApacheV2 + val config = "com.typesafe" % "config" % "1.3.5-RC1" // ApacheV2 val netty = "io.netty" % "netty" % nettyVersion // ApacheV2 val scalaReflect = ScalaVersionDependentModuleID.versioned("org.scala-lang" % "scala-reflect" % _) // Scala License