sbt/lm-coursier/src
PandaMan 3af62be0a3
[2.x] fix: Respect explicit platform settings in dependency resolution (#8697)
**Problem**
When platform is set, it incorrectly adds the platform suffix to implicit Scala library dependencies even though they explicitly set platform to jvm. This causes resolution errors.

**Solution**
Modified addPlatformSuffix to prioritize explicit platform settings on dependencies. If a dependency has an explicit platform, use that instead of the project platform. The project platform should only apply to dependencies without an explicit platform.

Fixes #8665
Generated-by: Claude Sonnet 4.5
2026-02-06 10:16:20 -05:00
..
main [2.x] fix: Respect explicit platform settings in dependency resolution (#8697) 2026-02-06 10:16:20 -05:00
test/scala/lmcoursier [2.x] fix: Respect explicit platform settings in dependency resolution (#8697) 2026-02-06 10:16:20 -05:00