Skip to content

Commit

Permalink
Update pureconfig, pureconfig-pekko to 0.17.7
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jun 10, 2024
1 parent b38aea0 commit 3fb5d6e
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 @@ -74,7 +74,7 @@ object Dependencies {
)

val pureconfigDeps = Seq("pureconfig", "pureconfig-pekko")
.map(p => "com.github.pureconfig" %% p % "0.17.6")
.map(p => "com.github.pureconfig" %% p % "0.17.7")

val pekkoTestDeps = Seq("pekko-testkit", "pekko-stream-testkit", "pekko-actor-testkit-typed")
.map(p => "org.apache.pekko" %% p % PEKKO_VERSION)
Expand Down

0 comments on commit 3fb5d6e

Please sign in to comment.