mirror of
https://github.com/sbt/sbt.git
synced 2026-09-03 16:39:24 +02:00
Unresolved dependency warning is moved to UnresolvedDependencyWarning class including the fail path that was added in #1467. To display the source position, I need to access the State, so I had to move the error processing out of IvyActions and add UnresolvedDependencyWarning, which is aware of State.