Skip to content

Commit

Permalink
remove unused dependency (akka-contrib) from build.sbt.
Browse files Browse the repository at this point in the history
  • Loading branch information
zarinfam committed Oct 4, 2014
1 parent 9e554fd commit e46981f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

Expand Down

0 comments on commit e46981f

Please sign in to comment.