diff --git a/project/plugins/SparkProjectPlugins.scala b/project/plugins/SparkProjectPlugins.scala index b07dfafcfb1a3b16db3b4627882974b507b28587..565f16082926ca35c7cce3968bacc82d6eb524b4 100644 --- a/project/plugins/SparkProjectPlugins.scala +++ b/project/plugins/SparkProjectPlugins.scala @@ -4,7 +4,7 @@ class SparkProjectPlugins(info: ProjectInfo) extends PluginDefinition(info) { val eclipse = "de.element34" % "sbt-eclipsify" % "0.7.0" val sbtIdeaRepo = "sbt-idea-repo" at "http://mpeltonen.github.com/maven/" - val sbtIdea = "com.github.mpeltonen" % "sbt-idea-plugin" % "0.2.0" + val sbtIdea = "com.github.mpeltonen" % "sbt-idea-plugin" % "0.4.0" val codaRepo = "Coda Hale's Repository" at "http://repo.codahale.com/" val assemblySBT = "com.codahale" % "assembly-sbt" % "0.1.1"