Repository: spark
Updated Branches:
  refs/heads/master 5aaf9836f -> 8517911ef


[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 <m...@databricks.com>

Closes #419 from mengxr/idea-plugin and squashes the following commits:

fb3c35f [Xiangrui Meng] update sbt-idea to version 1.6.0


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/8517911e
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/8517911e
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/8517911e

Branch: refs/heads/master
Commit: 8517911efb89aade61c8b8c54fee216dae9a4b4f
Parents: 5aaf983
Author: Xiangrui Meng <m...@databricks.com>
Authored: Tue Apr 15 19:37:32 2014 -0700
Committer: Patrick Wendell <pwend...@gmail.com>
Committed: Tue Apr 15 19:37:32 2014 -0700

----------------------------------------------------------------------
 project/plugins.sbt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/8517911e/project/plugins.sbt
----------------------------------------------------------------------
diff --git a/project/plugins.sbt b/project/plugins.sbt
index d787237..c25a258 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)

Reply via email to