mirror of https://github.com/sbt/sbt.git
Eviction warnings and errors were not reported for Test dependencies because `EvictionError` only checked the Compile configuration. This fix runs the eviction check for both Compile and Test configurations separately, with distinct error messages: - Compile: `found version conflict(s) in library dependencies` - Test: `found version conflict(s) in Test dependencies` |
||
|---|---|---|
| .. | ||
| src | ||
| NOTICE | ||