aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorIsmael Juma <ismael@juma.me.uk>2011-05-26 21:48:08 +0100
committerIsmael Juma <ismael@juma.me.uk>2011-05-26 21:48:08 +0100
commit222729171e27ccf3e34daf7dfcc7303954a2e68e (patch)
treee5f1a21823700249398ad7e387ad575d944551ce /project
parentf7078565223d930851f88f84b2f9955767fe0256 (diff)
downloadspark-222729171e27ccf3e34daf7dfcc7303954a2e68e.tar.gz
spark-222729171e27ccf3e34daf7dfcc7303954a2e68e.tar.bz2
spark-222729171e27ccf3e34daf7dfcc7303954a2e68e.zip
Upgrade sbt-idea to 0.4.0.
Diffstat (limited to 'project')
-rw-r--r--project/plugins/SparkProjectPlugins.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/project/plugins/SparkProjectPlugins.scala b/project/plugins/SparkProjectPlugins.scala
index b07dfafcfb..565f160829 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"