From e46981f2e46a28a9510d58d346f7f66d42fabb82 Mon Sep 17 00:00:00 2001 From: "zarinfam.s" Date: Sat, 4 Oct 2014 11:17:51 +0330 Subject: [PATCH] remove unused dependency (akka-contrib) from build.sbt. --- build.sbt | 1 - 1 file changed, 1 deletion(-) diff --git a/build.sbt b/build.sbt index f1363f3..5460abe 100644 --- a/build.sbt +++ b/build.sbt @@ -15,7 +15,6 @@ libraryDependencies ++= Seq( javaWs, "com.typesafe.akka" %% "akka-actor" % akkaVersion, "com.typesafe.akka" % "akka-remote_2.11" % akkaVersion, - "com.typesafe.akka" %% "akka-contrib" % akkaVersion, "com.typesafe.akka" %% "akka-cluster" % akkaVersion )