From 8847ab83d7de9db47d196b32e18c6f2c10b9083c Mon Sep 17 00:00:00 2001 From: "scala-steward-asf[bot]" <147768647+scala-steward-asf[bot]@users.noreply.github.com> Date: Sun, 22 Oct 2023 00:05:20 +0000 Subject: [PATCH] Update typesafe:config to 1.4.3 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 85bf7e643a7..fc2c6f6e098 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -57,7 +57,7 @@ object Dependencies { object Compile { // Compile - val config = "com.typesafe" % "config" % "1.4.2" + val config = "com.typesafe" % "config" % "1.4.3" val `netty-transport` = "io.netty" % "netty-transport" % nettyVersion val `netty-handler` = "io.netty" % "netty-handler" % nettyVersion