sbt/core
Eugene Yokota 0aa7d69ee6 Fix cross-Scala suffix conflict warning
Fixes https://github.com/sbt/sbt/issues/6578

Problem
-------
The regex currently expects two segments like2.x or 3.x,
but Scala 3 uses _3 as the cross suffix, and it's not caught.

Solution
--------
Change the regex.
2021-07-05 04:11:20 -04:00
..
src Fix cross-Scala suffix conflict warning 2021-07-05 04:11:20 -04:00
NOTICE Library management API 2017-07-15 11:17:23 -04:00