Skip to content

Commit

Permalink
Fix Akka version
Browse files Browse the repository at this point in the history
  • Loading branch information
To-om committed Aug 12, 2020
1 parent 3ca462a commit 17fa1f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ object Dependencies {
val zip4j = "net.lingala.zip4j" % "zip4j" % "1.3.2"
val elastic4play = "org.thehive-project" %% "elastic4play" % "1.12.1"
val dockerClient = "com.spotify" % "docker-client" % "8.14.4"
val akkaCluster = "com.typesafe.akka" %% "akka-cluster" % "2.5.21"
val akkaCluster = "com.typesafe.akka" %% "akka-cluster" % play.core.PlayVersion.akkaVersion
}

0 comments on commit 17fa1f5

Please sign in to comment.