From 53da43eeff1b872c24c11e94f874cd562ff264aa Mon Sep 17 00:00:00 2001 From: "scala-center-steward[bot]" <111975575+scala-center-steward[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 00:24:36 +0000 Subject: [PATCH] Update typesafe:config to 1.4.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 74bd77014..01dfcc3ea 100644 --- a/build.sbt +++ b/build.sbt @@ -50,7 +50,7 @@ lazy val template = project scalacOptions -= "-Xfatal-warnings", libraryDependencies ++= Seq( "com.github.nscala-time" %% "nscala-time" % V.nscalaTime, - "com.typesafe" % "config" % "1.4.2", + "com.typesafe" % "config" % "1.4.3", "com.typesafe.akka" %% "akka-http-core" % V.akkaHttp, "org.scalatest" %% "scalatest" % V.scalatest % Test )