Skip to content

Commit

Permalink
Akka 2.9.0-M1
Browse files Browse the repository at this point in the history
  • Loading branch information
patriknw committed Sep 5, 2023
1 parent 84e19c6 commit 47ebdf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ object Dependencies {
val AkkaProjectionVersionInDocs = "1.4.0"

object Versions {
val akka = sys.props.getOrElse("build.akka.version", "2.8.4")
val akka = sys.props.getOrElse("build.akka.version", "2.9.0-M1")
val akkaPersistenceCassandra = "1.1.0"
val akkaPersistenceJdbc = "5.2.0"
val akkaPersistenceR2dbc = "1.2.0-M4"
val akkaPersistenceR2dbc = "1.2.0-M5"
val alpakka = "6.0.1"
val alpakkaKafka = sys.props.getOrElse("build.alpakka.kafka.version", "4.0.2")
val slick = "3.4.1"
Expand Down

0 comments on commit 47ebdf7

Please sign in to comment.