sbt/sbt-app/src
Eugene Yokota 05d3d8689b Remove compatibility check from ++
Problem
-------
Since sbt-doge merger `++ <sv> <command1>` has used binary compatibility
as a test to select subproject, but it causes surprising situations like
sbt/sbt#6915, and it blurs the responsibility of YAML file and build
file as the version specified in the version can override the Scala
version test on local laptop.

Solution
--------
This removes the compatibiliy check (backward-only or otherwise),
and require that `<sv>` match one of `crossScalaVersions` using the new
Semantic Version selector pattern.
2022-07-02 18:38:04 -04:00
..
main Make License object available 2022-01-31 22:00:54 -05:00
repo-override-test Implement sbt-launch.jar download 2021-04-19 23:43:15 -04:00
sbt-test Remove compatibility check from ++ 2022-07-02 18:38:04 -04:00
test/scala/sbt Update scalatest 2021-11-14 22:03:59 +09:00