Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use scala versions define in .travis.yml #1490

Merged
merged 1 commit into from
Dec 20, 2016
Merged

Use scala versions define in .travis.yml #1490

merged 1 commit into from
Dec 20, 2016

Commits on Dec 20, 2016

  1. Use scala versions define in .travis.yml

    Using sbt-travisci 'crossScalaVersions' and 'scalaVersion' are defined
    in terms of the scala versions defined in .travis.yml. Specifically, for
    'scalaVersion' the last scala version is used (therefore either re-order
    them or override it in build.sbt if it's not the default you want).
    
    Also, define 'organization in ThisBuild' once instead of defining it in
    'buildSettings' and appending it to every single project (in project
    scope).
    
    Finally, remove use of '%%' inside 'addSbtPlugin', it's overridden
    anyways by 'addSbtPlugin'.
    dwijnand committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    0f427f7 View commit details
    Browse the repository at this point in the history