From e6598b9addf8f5ee95d74e997fd9f2c451e72c92 Mon Sep 17 00:00:00 2001 From: "scala-center-steward[bot]" <111975575+scala-center-steward[bot]@users.noreply.github.com> Date: Thu, 16 Oct 2025 00:19:08 +0000 Subject: [PATCH] Update metaconfig-typesafe-config to 0.17.0 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index eebea9828..ec17d9854 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -22,7 +22,7 @@ object Dependencies { val commontTextV = "1.14.0" val googleDiffV = "1.3.0" val jgitV = "5.13.5.202508271544-r" - val metaconfigV = "0.16.0" + val metaconfigV = "0.17.0" val nailgunV = "0.9.1" val scalaXmlV = "2.4.0" val scalametaV = "4.14.0"