Skip to content

Commit

Permalink
Update Akka to 2.7.0-M5, Scala 2.12.17, 2.13.10 (#995)
Browse files Browse the repository at this point in the history
* Alpakka Cassandra 5.0.0-M2
* sbt 1.7.2
  • Loading branch information
patriknw authored Oct 18, 2022
1 parent 2be21d6 commit 5de632e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
11 changes: 5 additions & 6 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,21 @@ import sbt._
import Keys._

object Dependencies {
val Scala212 = "2.12.16"
// update even in check-build-test.yml
val Scala213 = "2.13.8"
val Scala212 = "2.12.17"
val Scala213 = "2.13.10"
val ScalaVersions = Seq(Scala213, Scala212)

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

val AlpakkaVersion = "5.0.0-M1"
val AlpakkaVersion = "5.0.0-M2"
val AlpakkaVersionInDocs = AlpakkaVersion.take(3)
// for example
val AkkaManagementVersion = "1.1.4"
val AkkaManagementVersion = "1.2.0-M2"

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

Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.7.1
sbt.version=1.7.2

0 comments on commit 5de632e

Please sign in to comment.