This website requires JavaScript.
Explore
Help
Register
Sign In
luke
/
sbt
mirror of
https://github.com/sbt/sbt.git
Watch
1
Star
0
Fork
You've already forked sbt
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
8d818e2da9
sbt
/
project
/
build.properties
2 lines
18 B
Properties
Raw
Normal View
History
Unescape
Escape
Let ++ fall back to a bincompat Scala version Fixes https://github.com/sbt/sbt/issues/7327 **Problem** In builds with mixed Scala patch versions (like scalameta), it's possible for a core subproject to be set to the lastest 2.12.x, but the compiler plugin component is cross published to 2.12.0 etc. `++ 2.12.0` in this case does not work since sbt 1.7.x onwards requires the queried Scala version to be listed in `crossScalaVersions`. **Solution** This implements sbt 1.6.x-like fallback mechanism, but instead of using the queried version (e.g. 2.12.0) it will set the Scala version to one of listed versions that is binary compatible.
2023-07-10 00:31:55 +02:00
sbt.version
=
1.9.1