sbt/lm-coursier/src
Daniil Sivak 12cbd877bc
[2.x] fix: excluding artifacts w/o scala version suffix (#7454) (#8756)
**Problem**

Excluding artifacts using `.exclude(org, name)` requires you to
explicitly set scala version in `name`.

**Solution**

- Deprecating `.exclude(org, name)` in favor of new
  `.exclude(OrganizationArtifactName)`
- Fixing `lmcoursier.FromSbt` ignores `excludeRule.crossVersion`
2026-02-25 15:06:16 -05:00
..
main [2.x] fix: excluding artifacts w/o scala version suffix (#7454) (#8756) 2026-02-25 15:06:16 -05:00
test/scala/lmcoursier Scala 3.8.2 (#8805) 2026-02-24 00:29:44 -05:00