From b1ec869861c678cdfec47e047c820a3f3a1a4906 Mon Sep 17 00:00:00 2001 From: "etspaceman-scala-steward-app[bot]" <149607074+etspaceman-scala-steward-app[bot]@users.noreply.github.com> Date: Wed, 28 Feb 2024 15:06:46 -0600 Subject: [PATCH] Update pureconfig-core to 0.17.6 (#393) Co-authored-by: scala-steward[bot] <417002+ etspaceman-scala-steward-app[bot]@users.noreply.github.com> Co-authored-by: Eric Meisel --- project/LibraryDependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/LibraryDependencies.scala b/project/LibraryDependencies.scala index 1616c34..5cfe65a 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.3" - 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"