From 79a9fa0800a29f2bee2697d86c4602508c14085f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 19 Oct 2023 06:37:12 +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 bbf464b3..dfec8d4b 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.3" val jsonpath = "com.jayway.jsonpath" % "json-path" % "2.7.0" % Test } }