Skip to content

Commit

Permalink
build: for now change default Akka version to 2.6.18
Browse files Browse the repository at this point in the history
  • Loading branch information
jrudolph committed Mar 21, 2022
1 parent 64d49c3 commit 67adeab
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 @@ -42,7 +42,7 @@ object AkkaDependency {
}

// Default version updated only when needed, https://doc.akka.io//docs/akka/current/project/downstream-upgrade-strategy.html
val minimumExpectedAkkaVersion = "2.5.32"
val minimumExpectedAkkaVersion = "2.6.18"
val default = akkaDependency(defaultVersion = minimumExpectedAkkaVersion)
val minimumExpectedAkka26Version = "2.6.8"
val docs = akkaDependency(defaultVersion = minimumExpectedAkka26Version)
Expand Down

0 comments on commit 67adeab

Please sign in to comment.