Files
sbt/lm-core/src
eugene yokotaandAlbert Meltzer 087513f4d9 [2.0.x] fix: Name the platform in CrossVersion(module, scalaModuleInfo) (#9621)
**Problem**
CrossVersion(module, scalaModuleInfo) is handed everything needed to name an
artifact, including ScalaModuleInfo.platform, and the name it returns is what
a caller publishes or resolves under. Nothing covers what it does with the
platform.

**Solution**
Name the artifact in full: platform suffix before cross suffix, matching the
coordinate (sbt/sbt#9117), through addPlatformSuffix, which already knows that
jvm contributes no suffix.

Generated-by: Claude Opus 5

Co-authored-by: Albert Meltzer <[email protected]>
2026-08-18 11:55:19 -04:00
..