-
-
Notifications
You must be signed in to change notification settings - Fork 360
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow resolving moduleDeps with older Scala 3 versions (#2877)
# Motivation Sometimes you want different modules in a build to have different Scala 3 versions, one the older and one the newer. The current resolve implementation in `CrossModuleBase` is tailored to Scala 2 since it assumes that the binary version is `x.y` while in Scala 3 it's just the first part. This change adapts the algorithm to consider 1 or 2 parts depending if it is Scala 3 or not. Pull Request: #2877
- Loading branch information
Showing
2 changed files
with
22 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters