sbt/util
Eugene Yokota c8af32950d Implements eviction warning stories. #1200
This implements all stories from https://github.com/sbt/sbt/wiki/User-Stories%3A-Conflict-Warning.
When scalaVersion is no longer effective an eviction warning will display.

    Scala version was updated by one of library dependencies:
        * org.scala-lang:scala-library:2.10.2 -> 2.10.3

When there're suspected incompatibility in directly depended Java libraries,
eviction warnings will display.

   There may be incompatibilities among your library dependencies.
   Here are some of the libraries that were evicted:
      * commons-io:commons-io:1.4 -> 2.4

When there's suspected incompatiblity in directly depended Scala libraries,
eviction warnings will display.

  There may be incompatibilities among your library dependencies.
  Here are some of the libraries that were evicted:
      * com.typesafe.akka:akka-actor_2.10:2.1.4 -> 2.3.4

This also adds 'evicted' task, which displays more detailed eviction warnings.
2014-07-27 12:26:12 -04:00
..
appmacro/src/main/scala/sbt/appmacro added scalariform 2014-05-01 12:50:07 -04:00
classfile added scalariform 2014-05-01 12:50:07 -04:00
classpath Remove flaky test. 2014-06-05 12:39:44 -04:00
collection Implements eviction warning stories. #1200 2014-07-27 12:26:12 -04:00
complete Scalariforming test code 2014-05-07 11:52:23 -04:00
control added scalariform 2014-05-01 12:50:07 -04:00
cross/src/main/input_sources Regex now handles versions that contain multiple '-' characters in the version. 2014-07-03 18:57:48 -04:00
datatype added scalariform 2014-05-01 12:50:07 -04:00
io Merge pull request #1401 from xuwei-k/watch 2014-06-27 12:05:59 -04:00
log Bump expected 2.11 module versions so we can compile with 2.11 2014-05-14 19:08:05 -04:00
logic/src Scalariforming test code 2014-05-07 11:52:23 -04:00
process Scalariforming test code 2014-05-07 11:52:23 -04:00
relation/src Scalariforming test code 2014-05-07 11:52:23 -04:00