Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix cross-Scala suffix conflict warning #383

Merged
merged 1 commit into from
Jul 5, 2021

Commits on Jul 5, 2021

  1. Fix cross-Scala suffix conflict warning

    Fixes sbt/sbt#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.
    eed3si9n committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    0aa7d69 View commit details
    Browse the repository at this point in the history