aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorXiangrui Meng <meng@databricks.com>2014-04-15 19:37:32 -0700
committerPatrick Wendell <pwendell@gmail.com>2014-04-15 19:37:32 -0700
commit8517911efb89aade61c8b8c54fee216dae9a4b4f (patch)
treee2ce4abf863973a966d64f54aa7aeabf4632bce9 /project
parent5aaf9836f108d4ef9afe809353ad4d3aed560368 (diff)
downloadspark-8517911efb89aade61c8b8c54fee216dae9a4b4f.tar.gz
spark-8517911efb89aade61c8b8c54fee216dae9a4b4f.tar.bz2
spark-8517911efb89aade61c8b8c54fee216dae9a4b4f.zip
[FIX] update sbt-idea to version 1.6.0
I saw `No "scala-library*.jar" in Scala compiler library` error in IDEA. It seems upgrading `sbt-idea` to 1.6.0 fixed the problem. Author: Xiangrui Meng <meng@databricks.com> Closes #419 from mengxr/idea-plugin and squashes the following commits: fb3c35f [Xiangrui Meng] update sbt-idea to version 1.6.0
Diffstat (limited to 'project')
-rw-r--r--project/plugins.sbt2
1 files changed, 1 insertions, 1 deletions
diff --git a/project/plugins.sbt b/project/plugins.sbt
index d787237ddc..c25a25863d 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -8,7 +8,7 @@ addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.10.2")
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.2.0")
-addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.5.1")
+addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.6.0")
// For Sonatype publishing
//resolvers += Resolver.url("sbt-plugin-releases", new URL("http://scalasbt.artifactoryonline.com/scalasbt/sbt-plugin-releases/"))(Resolver.ivyStylePatterns)