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

chore: Akka 24.10 versions #113

Merged
merged 2 commits into from
Oct 29, 2024
Merged
Show file tree
Hide file tree
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
24 changes: 12 additions & 12 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@ object Dependencies {

// To update Cinnamon version, change the plugin version
// in project/plugins.sbt
val AkkaDependenciesMinor = "24.05"
val Akka = "2.9.7"
val AkkaHttp = "10.6.3"
val AkkaManagement = "1.5.2"
val AkkaProjections = "1.5.9"
val AkkaGrpc = "2.4.4"
val AkkaPersistenceCassandra = "1.2.1"
val AkkaDependenciesMinor = "24.10"
val Akka = "2.10.0"
val AkkaHttp = "10.7.0"
val AkkaManagement = "1.6.0"
val AkkaProjections = "1.6.0"
val AkkaGrpc = "2.5.0"
val AkkaPersistenceCassandra = "1.3.0"
val AkkaPersistenceDynamoDb = "2.0.0"
val AkkaPersistenceJdbc = "5.4.2"
val AkkaPersistenceR2dbc = "1.2.6"
val Alpakka = "8.0.0"
val AlpakkaKafka = "6.0.0"
val AkkaDiagnostics = "2.1.1"
val AkkaPersistenceJdbc = "5.5.0"
val AkkaPersistenceR2dbc = "1.3.0"
val Alpakka = "9.0.0"
val AlpakkaKafka = "7.0.0"
val AkkaDiagnostics = "2.2.0"
val AkkaEdgeRust = "0.8.0"
}

Expand Down
6 changes: 4 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
resolvers += "Akka library repository".at("https://repo.akka.io/maven")

addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("com.lightbend.sbt" % "sbt-bill-of-materials" % "1.0.2")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")
addSbtPlugin("com.lightbend.cinnamon" % "sbt-cinnamon" % "2.20.1")
addSbtPlugin("com.lightbend.cinnamon" % "sbt-cinnamon" % "2.21.2")
// docs
addSbtPlugin("com.lightbend.akka" % "sbt-paradox-akka" % "0.57")
addSbtPlugin("io.akka" % "sbt-paradox-akka" % "24.10.3")
addSbtPlugin("com.lightbend.sbt" % "sbt-publish-rsync" % "0.3")
addSbtPlugin("com.github.sbt" % "sbt-site-paradox" % "1.5.0")
Loading