Skip to content

Commit

Permalink
pekko 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning authored Jul 26, 2023
1 parent ce1041d commit 0a8d8a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/PekkoDependency.scala
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ object PekkoDependency {
}

// Default version updated only when needed, https://pekko.apache.org/docs/pekko/current/project/downstream-upgrade-strategy.html
val minimumExpectedPekkoVersion = "1.0.0"
val minimumExpectedPekkoVersion = "1.0.1"
val default = pekkoDependency(defaultVersion = minimumExpectedPekkoVersion)
val docs = pekkoDependency(defaultVersion = minimumExpectedPekkoVersion)

Expand Down

0 comments on commit 0a8d8a2

Please sign in to comment.