Skip to content

Commit

Permalink
#239 Add missing dependency for cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
To-om committed Jan 14, 2020
1 parent d23ac9d commit 47e87f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ libraryDependencies ++= Seq(
Dependencies.elastic4play,
Dependencies.reflections,
Dependencies.zip4j,
Dependencies.dockerClient
Dependencies.dockerClient,
Dependencies.akkaCluster
)

resolvers += Resolver.sbtPluginRepo("releases")
Expand Down
1 change: 1 addition & 0 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ object Dependencies {
val zip4j = "net.lingala.zip4j" % "zip4j" % "1.3.2"
val elastic4play = "org.thehive-project" %% "elastic4play" % "1.11.5"
val dockerClient = "com.spotify" % "docker-client" % "8.14.4"
val akkaCluster = "com.typesafe.akka" %% "akka-cluster" % "2.5.21"
}

0 comments on commit 47e87f9

Please sign in to comment.