sbt/main/src
Dream b3d2733fb1
[2.x] fix: Remove projectDescriptors key that leaks Ivy types (#8894)
**Problem**
The projectDescriptors key in sbt.Keys leaked Ivy classes
(ModuleRevisionId, ModuleDescriptor) through its API surface.
No external plugins use this key.

**Solution**
Remove projectDescriptors entirely. IvyDependencyPlugin now uses
its internal depMap method directly for projectResolverTask and
coursierExtraProjectsTask, eliminating unnecessary Any casts.
The descriptors field is also removed from GlobalPluginData.

Fixes sbt#8865
2026-03-11 14:53:39 -04:00
..
main [2.x] fix: Remove projectDescriptors key that leaks Ivy types (#8894) 2026-03-11 14:53:39 -04:00
test [2.x] fix: Handle scala/toolkit.local when passed as argument to sbt new (#8887) 2026-03-10 23:46:51 -04:00