Skip to content

Fix regression in #SCL-22619 avoid double-counting projects with multiple Scala 2 cross versions #73

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

neko-kai
Copy link

After ef006aa, 'Open cross-compiled projects as Scala 2' option stopped working for projects that cross-compile for multiple Scala 2 versions, e.g. 2.12 and 2.13:

crossScalaVersions := Seq(
  "3.3.5",
  "2.13.16",
  "2.12.20"
),

This patch fixes the issue.

neko-kai added a commit to 7mind/izumi that referenced this pull request May 15, 2025
@unkarjedy unkarjedy requested a review from pavelfatin May 16, 2025 09:41
@unkarjedy
Copy link
Member

Thanks for the PR!
We will look into it.
For now I created a tracking YT ticket:
https://youtrack.jetbrains.com/issue/SCL-23895/Open-cross-compiled-projects-as-Scala-2-option-stopped-working-for-projects-that-cross-compile-for-multiple-Scala-2-versions

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.

2 participants