From 23d610b0ba4b7c8038c6d6d462cde14012829cfc Mon Sep 17 00:00:00 2001 From: scala-steward Date: Fri, 12 Sep 2025 00:30:29 +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 8735c439..0d6022c5 100644 --- a/build.sbt +++ b/build.sbt @@ -27,7 +27,7 @@ lazy val yarnTask = inputKey[Unit]("Run yarn with arguments") lazy val ensureDockerBuildx = taskKey[Unit]("Ensure that docker buildx configuration exists") lazy val dockerBuildWithBuildx = taskKey[Unit]("Build docker images using buildx") -val config = "com.typesafe" % "config" % "1.4.4" +val config = "com.typesafe" % "config" % "1.4.5" val pureConfig = "com.github.pureconfig" %% "pureconfig-core" % "0.17.8" val scalaXml = "org.scala-lang.modules" %% "scala-xml" % "2.4.0"