Skip to content

Commit dd4fa5d

Browse files
authored
Update to Akka 2.7.0, Alpakka 5.0.0 (#998)
1 parent da59b3e commit dd4fa5d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

project/Dependencies.scala

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@ object Dependencies {
66
val Scala213 = "2.13.10"
77
val ScalaVersions = Seq(Scala213, Scala212)
88

9-
val AkkaVersion = System.getProperty("override.akka.version", "2.7.0-M5")
9+
val AkkaVersion = System.getProperty("override.akka.version", "2.7.0")
1010
val AkkaVersionInDocs = AkkaVersion.take(3)
1111
val CassandraVersionInDocs = "4.0"
1212
// Should be sync with the version of the driver in Alpakka Cassandra
1313
val CassandraDriverVersion = "4.14.1"
1414
val DriverVersionInDocs = "4.14"
1515

16-
val AlpakkaVersion = "5.0.0-M2"
16+
val AlpakkaVersion = "5.0.0"
1717
val AlpakkaVersionInDocs = AlpakkaVersion.take(3)
1818
// for example
19-
val AkkaManagementVersion = "1.2.0-M2"
19+
val AkkaManagementVersion = "1.2.0"
2020

2121
val Logback = "ch.qos.logback" % "logback-classic" % "1.2.11"
2222

0 commit comments

Comments
 (0)