File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,17 +6,17 @@ object Dependencies {
6
6
val Scala213 = " 2.13.10"
7
7
val ScalaVersions = Seq (Scala213 , Scala212 )
8
8
9
- val AkkaVersion = System .getProperty(" override.akka.version" , " 2.7.0-M5 " )
9
+ val AkkaVersion = System .getProperty(" override.akka.version" , " 2.7.0" )
10
10
val AkkaVersionInDocs = AkkaVersion .take(3 )
11
11
val CassandraVersionInDocs = " 4.0"
12
12
// Should be sync with the version of the driver in Alpakka Cassandra
13
13
val CassandraDriverVersion = " 4.14.1"
14
14
val DriverVersionInDocs = " 4.14"
15
15
16
- val AlpakkaVersion = " 5.0.0-M2 "
16
+ val AlpakkaVersion = " 5.0.0"
17
17
val AlpakkaVersionInDocs = AlpakkaVersion .take(3 )
18
18
// for example
19
- val AkkaManagementVersion = " 1.2.0-M2 "
19
+ val AkkaManagementVersion = " 1.2.0"
20
20
21
21
val Logback = " ch.qos.logback" % " logback-classic" % " 1.2.11"
22
22
You can’t perform that action at this time.
0 commit comments