From 4405e736c1f7a72dd816f792d7a1d7d3d88c31b3 Mon Sep 17 00:00:00 2001 From: "scala-steward-asf[bot]" <147768647+scala-steward-asf[bot]@users.noreply.github.com> Date: Thu, 11 Sep 2025 17:10:16 +0800 Subject: [PATCH] Update typesafe:config to 1.4.5 (#2191) Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com> --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index d66add0776..08f7cb7905 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -61,7 +61,7 @@ object Dependencies { object Compile { // Compile - val config = "com.typesafe" % "config" % "1.4.4" + val config = "com.typesafe" % "config" % "1.4.5" val `netty-transport` = "io.netty" % "netty-transport" % nettyVersion val `netty-handler` = "io.netty" % "netty-handler" % nettyVersion