sbt/main
Rikito Taniguchi e31df21730 [2.x and 1.x] Respect `scalaOrganization` in compiler bridge resolution
**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.

I'm wondering how can we test this change, we can write scripted tests that resolves `io.github.scala-wasm` repo, but relying on external repositories might be fragile?

Generated-by: Claude Opus 4.6
2026-02-11 16:24:14 +09:00
..
src [2.x and 1.x] Respect `scalaOrganization` in compiler bridge resolution 2026-02-11 16:24:14 +09:00
NOTICE Transfer copyright to Scala Center 2023-06-20 16:39:07 +02:00