mirror of https://github.com/sbt/sbt.git
813 B
813 B
Fixes with compatibility implications
- Starting 0.13.9,
crossScalaVersionsdefault value is fixed back to the older 0.12.x behavior. See below for details
Improvements
Bug fixes
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 be aware of this new default if
your build setup depended on it.