From ead0df96076a31aa0af4ad14c153d83aa47a940e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 29 Apr 2026 16:21:13 +0000 Subject: [PATCH] Update typesafe:config to 1.4.7 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ccd6061..1902d91 100644 --- a/build.sbt +++ b/build.sbt @@ -17,7 +17,7 @@ scalaVersion := crossScalaVersions.value.head crossScalaVersions := Seq("2.13.14", "2.12.19", "3.3.3") libraryDependencies ++= Seq( - "com.typesafe" % "config" % "1.4.3", + "com.typesafe" % "config" % "1.4.7", "commons-codec" % "commons-codec" % "1.15" , "org.scalatest" %% "scalatest" % "3.2.18" % Test )