From 1c26a11a5d4f4aed205ea2d6cb726da254fc1bcf Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 24 Feb 2026 15:25:50 +0000 Subject: [PATCH] Update typesafe:config to 1.4.6 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 3ebf074d9f..1593873f48 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -56,7 +56,7 @@ object Dependencies { object Compile { // Compile - val config = "com.typesafe" % "config" % "1.4.5" + val config = "com.typesafe" % "config" % "1.4.6" val `netty-transport` = "io.netty" % "netty-transport" % nettyVersion val `netty-handler` = "io.netty" % "netty-handler" % nettyVersion