From 4a3dce1d1deb8920e828458d08b30b1bfa3dbbaf Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 6 May 2026 03:58:55 +0000 Subject: [PATCH] Update typesafe:config to 1.4.8 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index bbf464b3..4b071a08 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -84,7 +84,7 @@ object Dependencies extends AutoPlugin { val scalatest = "org.scalatest" %% "scalatest" % "3.2.13" % Test val scalatestPlusMockito = "org.scalatestplus" %% "mockito-3-4" % "3.2.10.0" % Test val slf4jApi = "org.slf4j" % "slf4j-api" % "1.7.36" - val typesafeConfig = "com.typesafe" % "config" % "1.4.2" + val typesafeConfig = "com.typesafe" % "config" % "1.4.8" val jsonpath = "com.jayway.jsonpath" % "json-path" % "2.7.0" % Test } }