Skip to content

Commit

Permalink
bump: Akka 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
patriknw committed Oct 23, 2023
1 parent adbc956 commit 5b14768
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 @@ -9,7 +9,7 @@ object Dependencies {
val Scala3 = "3.3.1"
val Scala2Versions = Seq(Scala213)
val ScalaVersions = Dependencies.Scala2Versions :+ Dependencies.Scala3
val AkkaVersion = System.getProperty("override.akka.version", "2.9.0-M3")
val AkkaVersion = System.getProperty("override.akka.version", "2.9.0")
val AkkaVersionInDocs = AkkaVersion.take(3)
val AkkaPersistenceJdbcVersion = "5.2.0" // only in migration tool tests
val AkkaProjectionVersionInDocs = "current"
Expand Down

0 comments on commit 5b14768

Please sign in to comment.