Skip to content

Commit

Permalink
bump: Akka 2.9.6, Akka gRPC 2.4.4, Projections 1.5.7 (#107)
Browse files Browse the repository at this point in the history
* bump: Akka 2.9.6, Akka gRPC 2.4.4

* Projections 1.5.7

---------

Co-authored-by: Patrik Nordwall <patrik.nordwall@gmail.com>
  • Loading branch information
johanandren and patriknw authored Oct 2, 2024
1 parent 650a854 commit fc48e0e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ object Dependencies {
// To update Cinnamon version, change the plugin version
// in project/plugins.sbt
val AkkaDependenciesMinor = "24.05"
val Akka = "2.9.5"
val Akka = "2.9.6"
val AkkaHttp = "10.6.3"
val AkkaManagement = "1.5.2"
val AkkaProjections = "1.5.6"
val AkkaGrpc = "2.4.3"
val AkkaProjections = "1.5.7"
val AkkaGrpc = "2.4.4"
val AkkaPersistenceCassandra = "1.2.1"
val AkkaPersistenceJdbc = "5.4.2"
val AkkaPersistenceR2dbc = "1.2.5"
Expand Down

0 comments on commit fc48e0e

Please sign in to comment.