From 3f9ec359cc0f8ecf7fd1af9d99788613cf0fd67a Mon Sep 17 00:00:00 2001 From: eikek-scala-steward Date: Wed, 18 Oct 2023 06:27:44 +0000 Subject: [PATCH] Update typesafe:config to 1.4.3 --- project/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.sbt b/project/build.sbt index 91440e90..6bb9a065 100644 --- a/project/build.sbt +++ b/project/build.sbt @@ -1,2 +1,2 @@ libraryDependencies ++= - Seq("com.typesafe" % "config" % "1.4.2") + Seq("com.typesafe" % "config" % "1.4.3")