Skip to content

Commit

Permalink
Update typesafe:config to 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Oct 19, 2023
1 parent 76ae8be commit ccec864
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 @@ -36,7 +36,7 @@ object Dependencies {
// somehow it fails to see the transitive dependencies (even though the code says it should)
// so here are all the dependencies explicitly
val pureConfig: Seq[ModuleID] = {
val typesafeConfig = "com.typesafe" % "config" % "1.4.2"
val typesafeConfig = "com.typesafe" % "config" % "1.4.3"
val shapeless = "com.chuusai" %% "shapeless" % "2.3.10"
val pureConfigModules =
Seq("pureconfig", "pureconfig-generic", "pureconfig-generic-base", "pureconfig-core")
Expand Down

0 comments on commit ccec864

Please sign in to comment.