Skip to content

Commit

Permalink
build: add dynamodb and slick for projection, akka-projection to 1.6.1 (
Browse files Browse the repository at this point in the history
#116)

* build: add dynamodb and slick for projection
* use akka-projection 1.6.1
  • Loading branch information
sebastian-alfers authored Nov 5, 2024
1 parent f343614 commit fcfe7df
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ object Dependencies {
val Akka = "2.10.0"
val AkkaHttp = "10.7.0"
val AkkaManagement = "1.6.0"
val AkkaProjections = "1.6.0"
val AkkaProjections = "1.6.1"
val AkkaGrpc = "2.5.0"
val AkkaPersistenceCassandra = "1.3.0"
val AkkaPersistenceDynamoDb = "2.0.0"
Expand Down Expand Up @@ -86,6 +86,8 @@ object Dependencies {

val akkaProjections = Seq(
"com.lightbend.akka" %% "akka-projection-core" % AkkaProjections,
"com.lightbend.akka" %% "akka-projection-dynamodb" % AkkaProjections,
"com.lightbend.akka" %% "akka-projection-slick" % AkkaProjections,
"com.lightbend.akka" %% "akka-projection-eventsourced" % AkkaProjections,
"com.lightbend.akka" %% "akka-projection-durable-state" % AkkaProjections,
"com.lightbend.akka" %% "akka-projection-kafka" % AkkaProjections,
Expand Down

0 comments on commit fcfe7df

Please sign in to comment.