Skip to content

Commit

Permalink
bump: Akka, Akka HTTP, Akka gRPC, Akka Management, Akka Persistence R…
Browse files Browse the repository at this point in the history
…2DBC, Akka Projection (#86)
  • Loading branch information
johanandren committed Mar 13, 2024
1 parent 58e4ea0 commit ba668ee
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions project/Dependencies.scala
Expand Up @@ -10,14 +10,14 @@ object Dependencies {
// To update Cinnamon version, change the plugin version
// in project/plugins.sbt
val AkkaDependenciesMinor = "23.10"
val Akka = "2.9.1"
val AkkaHttp = "10.6.0"
val AkkaManagement = "1.5.0"
val AkkaProjections = "1.5.2"
val AkkaGrpc = "2.4.0"
val Akka = "2.9.2"
val AkkaHttp = "10.6.1"
val AkkaManagement = "1.5.1"
val AkkaProjections = "1.5.3"
val AkkaGrpc = "2.4.1"
val AkkaPersistenceCassandra = "1.2.0"
val AkkaPersistenceJdbc = "5.3.0"
val AkkaPersistenceR2dbc = "1.2.2"
val AkkaPersistenceR2dbc = "1.2.3"
val Alpakka = "7.0.1"
val AlpakkaKafka = "5.0.0"
val AkkaDiagnostics = "2.1.0"
Expand Down

0 comments on commit ba668ee

Please sign in to comment.