sbt, the interactive build tool
Go to file
Eugene Yokota 44241ce97c Unresolved dependency warning includes source position. Fixes #528
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.
2014-08-02 06:25:24 -04:00
ivy Unresolved dependency warning includes source position. Fixes #528 2014-08-02 06:25:24 -04:00
util/cross/src/main/input_sources Regex now handles versions that contain multiple '-' characters in the version. 2014-07-03 18:57:48 -04:00