sbt/lm-core/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 [2.x] fix: Fixes evicted warning for version intervals (#8719) 2026-02-09 02:27:28 -05:00