GitHub user JoshRosen opened a pull request:

    https://github.com/apache/spark/pull/10112

    [SPARK-12112][BUILD] Upgrade to SBT 0.13.9

    We should upgrade to SBT 0.13.9, since this is a requirement in order to 
use SBT's new Maven-style resolution features (which will be done in a separate 
patch, because it's blocked by some binary compatibility issues in the POM 
reader plugin).
    
    I also upgraded Scalastyle to version 0.8.0, which was necessary in order 
to fix a Scala 2.10.5 compatibility issue (see 
https://github.com/scalastyle/scalastyle/issues/156). The newer Scalastyle is 
slightly stricter about whitespace surrounding tokens, so I fixed the new style 
violations.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/JoshRosen/spark upgrade-to-sbt-0.13.9

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/10112.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 #10112
    
----
commit a1958425c6b66aff9c5fa18d1bfee37eafdabc97
Author: Josh Rosen <[email protected]>
Date:   2015-11-06T22:55:41Z

    Upgrade to SBT 0.13.9 and use hack to fix Scalastyle incompatibility.

commit e89ed9b20971fee280904c834b511db91b3bc633
Author: Josh Rosen <[email protected]>
Date:   2015-12-02T22:00:33Z

    Use Scalastyle 0.8.0 and remove hack workaround.

----


---
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]

Reply via email to