Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump: Akka 2.9.3, Alpakka 8.0.0 #1096

Merged
merged 1 commit into from
May 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ object Dependencies {
val Scala2Versions = Seq(Scala213)
val ScalaVersions = Dependencies.Scala2Versions :+ Dependencies.Scala3

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

val AlpakkaVersion = "7.0.0"
val AlpakkaVersionInDocs = "7.0"
val AlpakkaVersion = "8.0.0"
val AlpakkaVersionInDocs = "8.0"
// for example
val AkkaManagementVersion = "1.5.0"

Expand Down
Loading