2015-04-26 18:05:20 +02:00
|
|
|
|
|
|
|
|
[@dwijnand]: http://github.com/dwijnand
|
|
|
|
|
[1828]: https://github.com/sbt/sbt/issues/1828
|
2015-04-28 23:51:07 +02:00
|
|
|
[1992]: https://github.com/sbt/sbt/pull/1992
|
2015-04-26 18:05:20 +02:00
|
|
|
|
|
|
|
|
### Fixes with compatibility implications
|
|
|
|
|
|
2015-04-28 23:51:07 +02:00
|
|
|
- New `crossScalaVersions` default value, now correctly derives from what `scalaVersion` is set to. See below for more info.
|
|
|
|
|
|
2015-04-26 18:05:20 +02:00
|
|
|
### Improvements
|
|
|
|
|
|
|
|
|
|
### Bug fixes
|
|
|
|
|
|
2015-04-28 23:51:07 +02:00
|
|
|
### New `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")`.
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
[#1828][1828]/[#1992][1992] by [@dwijnand][@dwijnand]
|