Skip to content

Commit

Permalink
Update pureconfig, pureconfig-core, ... to 0.17.6 (#414)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Feb 26, 2024
1 parent a1f2988 commit 9bbf018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ object Dependencies {
val pureConfigModules =
Seq("pureconfig", "pureconfig-generic", "pureconfig-generic-base", "pureconfig-core")
pureConfigModules.map { module =>
"com.github.pureconfig" %% module % "0.17.4"
"com.github.pureconfig" %% module % "0.17.6"
} ++ Seq(typesafeConfig, shapeless)
}

Expand Down

0 comments on commit 9bbf018

Please sign in to comment.