Skip to content

Commit

Permalink
bump: Akka 2.9.0-M2 (#4316)
Browse files Browse the repository at this point in the history
  • Loading branch information
patriknw authored Sep 27, 2023
1 parent c06983a commit c56045e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,9 @@ The published artifacts are targeting Scala 2.13 and Scala 3.3.

### Akka

Akka HTTP 10.4.x requires Akka version >= 2.9.0.
Akka HTTP 10.6.x requires Akka version >= 2.9.0.

### Jackson

The Jackson dependency has been updated to 2.15.2 in Akka HTTP 10.6.0. That bump includes many fixes and changes to
Jackson, but it should not introduce any incompatibility in serialized format.
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.7.0"
val minimumExpectedAkkaVersion = "2.9.0-M2"
val default = akkaDependency(defaultVersion = minimumExpectedAkkaVersion)
val docs = akkaDependency(defaultVersion = minimumExpectedAkkaVersion)

Expand Down

0 comments on commit c56045e

Please sign in to comment.