From 197e5f0e60a35af5589a36fb562e70c98e72e90c Mon Sep 17 00:00:00 2001 From: "scala-center-steward[bot]" <111975575+scala-center-steward[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 00:20:15 +0000 Subject: [PATCH] Update typesafe:config to 1.4.5 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index eea12c4c9..8ddf81a21 100644 --- a/build.sbt +++ b/build.sbt @@ -55,7 +55,7 @@ lazy val template = project scalacOptions -= "-Xfatal-warnings", libraryDependencies ++= Seq( "com.github.nscala-time" %% "nscala-time" % V.nscalaTime, - "com.typesafe" % "config" % "1.4.3", + "com.typesafe" % "config" % "1.4.5", "org.apache.pekko" %% "pekko-http-core" % V.pekkoHttp, "org.scalatest" %% "scalatest" % V.scalatest % Test )