Skip to content

Commit

Permalink
Update akka-cluster, ... to 2.6.20 (#213)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Sep 9, 2022
1 parent a73103f commit 4c0dc9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ val postgresDeps = Seq(
) ++ testDeps

val akkaDeps = Seq(
"com.typesafe.akka" %% "akka-cluster-sharding" % "2.6.19",
"com.typesafe.akka" %% "akka-cluster" % "2.6.19",
"com.typesafe.akka" %% "akka-cluster-sharding" % "2.6.20",
"com.typesafe.akka" %% "akka-cluster" % "2.6.20",
) ++ testDeps


Expand Down

0 comments on commit 4c0dc9d

Please sign in to comment.