Skip to content

Commit

Permalink
Update to Akka 2.7.0 (#700)
Browse files Browse the repository at this point in the history
  • Loading branch information
patriknw authored Oct 19, 2022
1 parent 1c0183f commit 8387088
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 @@ -8,7 +8,7 @@ object Dependencies {
val Scala213 = "2.13.10"
val ScalaVersions = Seq(Scala213, Scala212)

val AkkaVersion = "2.7.0-M5"
val AkkaVersion = "2.7.0"
val AkkaBinaryVersion = AkkaVersion.take(3)

val SlickVersion = "3.4.1"
Expand Down

0 comments on commit 8387088

Please sign in to comment.