mirror of
https://github.com/sbt/sbt.git
synced 2026-09-06 17:40:06 +02:00
**Problem** We enforce same-version policy for scala-reflect in Scala 2.13. However due to sandwich dependency, the graph can bump scala-library to 3.8.1, which is missing scala-reflect counterpart. **Solution** Drop the same-version policy.