aboutsummaryrefslogtreecommitdiff
path: root/project/plugins.sbt
diff options
context:
space:
mode:
authorKalpit Shah <shahkalpit84@gmail.com>2014-06-05 13:07:26 -0700
committerPatrick Wendell <pwendell@gmail.com>2014-06-05 13:07:26 -0700
commit5473aa7c02916022430493637b1492554b48c30b (patch)
tree39130f8c29ae06822dea49e6f594c67e35dc1a8f /project/plugins.sbt
parentf6143f127db59e7f5a00fd70605f85248869347d (diff)
downloadspark-5473aa7c02916022430493637b1492554b48c30b.tar.gz
spark-5473aa7c02916022430493637b1492554b48c30b.tar.bz2
spark-5473aa7c02916022430493637b1492554b48c30b.zip
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 <shahkalpit84@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
Diffstat (limited to 'project/plugins.sbt')
-rw-r--r--project/plugins.sbt2
1 files changed, 1 insertions, 1 deletions
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 0cd16fd5be..472819b9fb 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")