2016-11-11 08:44:56 +01:00
### Bug fixes
- Fixes a regression in sbt 0.13.12 that was misfiring Scala version enforcement when configuration does not extend `Compile` . [#2827][2827]/[#2786][2786] by [@eed3si9n][@eed3si9n]
2016-11-11 10:25:18 +01:00
- Fixes Scala binary version checking misfiring on configurations that do not extend `Compile` . [#2828][2828]/[#1466][1466] by [@eed3si9n][@eed3si9n]
2016-11-11 08:44:56 +01:00
2016-11-11 10:25:18 +01:00
[1466]: https://github.com/sbt/sbt/issues/1466
2016-11-11 08:44:56 +01:00
[2786]: https://github.com/sbt/sbt/issues/2786
[2827]: https://github.com/sbt/sbt/pull/2827
2016-11-11 10:25:18 +01:00
[2828]: https://github.com/sbt/sbt/pull/2828
2016-11-11 08:44:56 +01:00
[@eed3si9n]: https://github.com/eed3si9n
[@dwijnand]: https://github.com/dwijnand
[@Duhemm]: https://github.com/Duhemm