From a172e11cba6f917baf5bd6c4f83dc6689932de9a Mon Sep 17 00:00:00 2001 From: Luciano Resende Date: Mon, 4 Apr 2016 16:55:59 -0700 Subject: [SPARK-14366] Remove sbt-idea plugin ## What changes were proposed in this pull request? Remove sbt-idea plugin as importing sbt project provides much better support. Author: Luciano Resende Closes #12151 from lresende/SPARK-14366. --- project/plugins.sbt | 2 -- 1 file changed, 2 deletions(-) (limited to 'project') diff --git a/project/plugins.sbt b/project/plugins.sbt index 4929ba3c4d..44ec3a12ae 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -2,8 +2,6 @@ addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.11.2") addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "4.0.0") -addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.6.0") - addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.8.2") addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "0.8.0") -- cgit v1.2.3