aboutsummaryrefslogtreecommitdiff
path: root/project/plugins.sbt
diff options
context:
space:
mode:
authorNathan Howell <nhowell@godaddy.com>2013-11-12 13:18:35 -0800
committerNathan Howell <nhowell@godaddy.com>2013-11-12 13:29:25 -0800
commit48eac0bcbf8ab80237af5f50abd4f7734a4837eb (patch)
tree3788ad5041b9d29c117155a902b41f9d949a145a /project/plugins.sbt
parent23146a67052889797d6761388cbc19ae6bfe6e21 (diff)
downloadspark-48eac0bcbf8ab80237af5f50abd4f7734a4837eb.tar.gz
spark-48eac0bcbf8ab80237af5f50abd4f7734a4837eb.tar.bz2
spark-48eac0bcbf8ab80237af5f50abd4f7734a4837eb.zip
Upgrade to sbt-assembly 0.9.2
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 cfcd85082a..4ba0e4280a 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -4,7 +4,7 @@ resolvers += "Typesafe Repository" at "http://repo.typesafe.com/typesafe/release
resolvers += "Spray Repository" at "http://repo.spray.cc/"
-addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.9.1")
+addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.9.2")
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.2.0")