Tweak crossScalaVersions default notes.

This commit is contained in:
Dale Wijnand 2015-04-29 13:05:04 +01:00
parent efe4fdf9e4
commit 3d85c7c9e2
1 changed files with 8 additions and 6 deletions

View File

@ -5,18 +5,20 @@
### Fixes with compatibility implications
- New `crossScalaVersions` default value, now correctly derives from what `scalaVersion` is set to. See below for more info.
- Starting 0.13.9, `crossScalaVersions` default value is fixed back to the older 0.12.x behavior. See below for
details
### Improvements
### Bug fixes
### New `crossScalaVersions` default value
### `crossScalaVersions` default value
As of this fix `crossScalaVersions` returns to the behaviour present in `0.12.4` whereby it defaults to what `scalaVersion`
is set to, for example if `scalaVersion` is set to `"2.11.6"`, `crossScalaVersions` now defaults to `Seq("2.11.6")`.
As of this fix `crossScalaVersions` returns to the behaviour present in `0.12.4` whereby it defaults to what
`scalaVersion` is set to, for example if `scalaVersion` is set to `"2.11.6"`, `crossScalaVersions` now defaults
to `Seq("2.11.6")`.
Therefore when upgrading from any version between `0.13.0` and `0.13.8` please be aware of this new default if your build
setup depended on it.
Therefore when upgrading from any version between `0.13.0` and `0.13.8` be aware of this new default if
your build setup depended on it.
[#1828][1828]/[#1992][1992] by [@dwijnand][@dwijnand]