From af8a0163377bbd32c2d8da1ee664a21705db29cf Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 2 Feb 2022 14:24:38 +0100 Subject: [PATCH] Update typesafe:config to 1.4.2 --- project/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.sbt b/project/build.sbt index 18e1242b..91440e90 100644 --- a/project/build.sbt +++ b/project/build.sbt @@ -1,2 +1,2 @@ libraryDependencies ++= - Seq("com.typesafe" % "config" % "1.4.1") + Seq("com.typesafe" % "config" % "1.4.2")