GitHub user dongjoon-hyun opened a pull request:
https://github.com/apache/spark/pull/11661
[SPARK-13834] Update sbt for 2.x.
## What changes were proposed in this pull request?
For 2.0.0, we had better bump `sbt`, too. SBT 0.13.11 fixes wrong warnings
and improve incremental compilation.
```
-sbt.version=0.13.9
+sbt.version=0.13.11
```
**REFERENCE**
https://github.com/sbt/sbt/releases/tag/v0.13.11
## How was this patch tested?
Pass the existing build and test.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/dongjoon-hyun/spark SPARK-13834
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/11661.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #11661
----
commit e3e62ba7a8090c9726ea1b7f95c8d241e25679f4
Author: Dongjoon Hyun <[email protected]>
Date: 2016-03-11T22:30:45Z
[SPARK-13834] Update sbt for 2.x.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]