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

Conversation

eed3si9n
Copy link
Member

@eed3si9n eed3si9n commented Jul 5, 2021

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.

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cross-compiled version but with the same versioned library causing runtime issue.
1 participant