Upgrade to sbt-assembly 0.9.2
Project: http://git-wip-us.apache.org/repos/asf/incubator-spark/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-spark/commit/48eac0bc Tree: http://git-wip-us.apache.org/repos/asf/incubator-spark/tree/48eac0bc Diff: http://git-wip-us.apache.org/repos/asf/incubator-spark/diff/48eac0bc Branch: refs/heads/master Commit: 48eac0bcbf8ab80237af5f50abd4f7734a4837eb Parents: 23146a6 Author: Nathan Howell <[email protected]> Authored: Tue Nov 12 13:18:35 2013 -0800 Committer: Nathan Howell <[email protected]> Committed: Tue Nov 12 13:29:25 2013 -0800 ---------------------------------------------------------------------- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/48eac0bc/project/plugins.sbt ---------------------------------------------------------------------- diff --git a/project/plugins.sbt b/project/plugins.sbt index cfcd850..4ba0e42 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")
