aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorPrashant Sharma <prashant.s@imaginea.com>2013-04-10 14:46:42 +0530
committerPrashant Sharma <prashant.s@imaginea.com>2013-04-10 14:46:42 +0530
commit9f26318bbd4449eaed309609907b01fa6ce7891b (patch)
tree120bd891ae6021be82012f95eb2b02cf72fa3a6e /project
parent5a080acdb86b57aa167e84475624d9a6546f2a84 (diff)
downloadspark-9f26318bbd4449eaed309609907b01fa6ce7891b.tar.gz
spark-9f26318bbd4449eaed309609907b01fa6ce7891b.tar.bz2
spark-9f26318bbd4449eaed309609907b01fa6ce7891b.zip
Fixed previously removed dependencies
Diffstat (limited to 'project')
-rw-r--r--project/plugins.sbt4
1 files changed, 2 insertions, 2 deletions
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 4bb4a06a50..0e4eb7085c 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -6,9 +6,9 @@ resolvers += "Spray Repository" at "http://repo.spray.cc/"
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.8.3")
-// addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.1.1")
+addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.1.1")
-// addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.2.0")
+addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.2.0")
addSbtPlugin("io.spray" %% "sbt-twirl" % "0.6.1")