mirror of
https://github.com/sbt/sbt.git
synced 2026-09-05 17:25:23 +02:00
- Add `versionSatisfiesRange()` function to `VersionRange.scala` supporting Maven-style ranges (`[x,y)`, `(x,y]`, `[x,)`, etc.) and plus ranges (`1.0+`) - Check if winner version satisfies evicted module's version range in `guessCompatible()`