Repository: spark
Updated Branches:
  refs/heads/master f6143f127 -> 5473aa7c0


sbt 0.13.X should be using sbt-assembly 0.11.X

https://github.com/sbt/sbt-assembly/blob/master/README.md

Author: Kalpit Shah <shahkalpi...@gmail.com>

Closes #555 from kalpit/upgrade/sbtassembly and squashes the following commits:

1fa7324 [Kalpit Shah] sbt 0.13.X should be using sbt-assembly 0.11.X


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

Branch: refs/heads/master
Commit: 5473aa7c02916022430493637b1492554b48c30b
Parents: f6143f1
Author: Kalpit Shah <shahkalpi...@gmail.com>
Authored: Thu Jun 5 13:07:26 2014 -0700
Committer: Patrick Wendell <pwend...@gmail.com>
Committed: Thu Jun 5 13:07:26 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/spark/blob/5473aa7c/project/plugins.sbt
----------------------------------------------------------------------
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 0cd16fd..472819b 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -4,7 +4,7 @@ resolvers += Resolver.url("artifactory", 
url("http://scalasbt.artifactoryonline.
 
 resolvers += "Typesafe Repository" at 
"http://repo.typesafe.com/typesafe/releases/";
 
-addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.10.2")
+addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.11.2")
 
 addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.2.0")
 

Reply via email to