sbt/librarymanagement
Martin Duhem 4831da8f4b Don't warn on inconsistent versions in different configurations
(This is a port of sbt/sbt#2258)

sbt was reporting warning abouts inconsistent versions of dependencies
even if these dependencies didn't have the same configuration (as in
`provided` vs `compile`).

This commit fixes this problem by comparing the dependencies by
organization, artifact name and configuration.
2015-11-11 15:12:05 +01:00
..
src Don't warn on inconsistent versions in different configurations 2015-11-11 15:12:05 +01:00
NOTICE Add build.sbt 2015-08-19 03:56:08 -04:00