Skip to content

[1.x] Respect scalaOrganization in compiler bridge resolution (#8732)#8799

Merged
eed3si9n merged 1 commit intosbt:1.12.xfrom
eed3si9n:bport/custom-scala-org
Feb 23, 2026
Merged

[1.x] Respect scalaOrganization in compiler bridge resolution (#8732)#8799
eed3si9n merged 1 commit intosbt:1.12.xfrom
eed3si9n:bport/custom-scala-org

Conversation

@eed3si9n
Copy link
Copy Markdown
Member

This is a backport of #8732

Problem
scalaOrganization was ignored during compiler bridge resolution because ZincLmUtil.getDefaultBridgeModule hard-coded ScalaArtifacts.Organization (org.scala-lang).

Solution
Add a scalaOrganization parameter to ZincLmUtil methods, and passing scalaOrganization value to those methods.

Generated-by: Claude Opus 4.6

…8732)

**Problem**
`scalaOrganization` was ignored during compiler bridge resolution because `ZincLmUtil.getDefaultBridgeModule` hard-coded `ScalaArtifacts.Organization` (`org.scala-lang`).

**Solution**
Add a `scalaOrganization` parameter to `ZincLmUtil` methods, and passing `scalaOrganization` value to those methods.

Generated-by: Claude Opus 4.6
@eed3si9n eed3si9n merged commit 97b69bb into sbt:1.12.x Feb 23, 2026
10 checks passed
@eed3si9n eed3si9n deleted the bport/custom-scala-org branch February 23, 2026 08:12
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