From 98c9111326100e099fbb9977e04efed2deb6cce3 Mon Sep 17 00:00:00 2001 From: "scala-steward[bot]" <417002+ etspaceman-scala-steward-app[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 16:01:44 +0000 Subject: [PATCH] Update pureconfig-core to 0.17.6 --- project/LibraryDependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/LibraryDependencies.scala b/project/LibraryDependencies.scala index fa52d4f..7105b56 100644 --- a/project/LibraryDependencies.scala +++ b/project/LibraryDependencies.scala @@ -5,7 +5,7 @@ object LibraryDependencies { val TypesafeConfig = "com.typesafe" % "config" % "1.4.3" val ApacheCommons = "org.apache.commons" % "commons-lang3" % "3.14.0" val KindProjector = "org.typelevel" % "kind-projector" % "0.13.2" - val PureConfig = "com.github.pureconfig" %% "pureconfig-core" % "0.17.4" + val PureConfig = "com.github.pureconfig" %% "pureconfig-core" % "0.17.6" val ScalaParsingCombinators = "org.scala-lang.modules" %% "scala-parser-combinators" % "2.3.0"