Skip to content

Commit

Permalink
bump: Akka 2.9.0 (#4328)
Browse files Browse the repository at this point in the history
  • Loading branch information
patriknw authored Oct 23, 2023
1 parent 675f6e6 commit 10d745f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/AkkaDependency.scala
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ object AkkaDependency {
}

// Default version updated only when needed, https://doc.akka.io//docs/akka/current/project/downstream-upgrade-strategy.html
val minimumExpectedAkkaVersion = "2.9.0-M3"
val minimumExpectedAkkaVersion = "2.9.0"
val default = akkaDependency(defaultVersion = minimumExpectedAkkaVersion)
val docs = akkaDependency(defaultVersion = minimumExpectedAkkaVersion)

Expand Down

0 comments on commit 10d745f

Please sign in to comment.