sbt/project
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
..
Docs.scala Fix bug in release script due to typo. 2014-05-29 22:35:44 -04:00
Formatting.scala added scalariform 2014-05-01 12:50:07 -04:00
Proguard.scala added scalariform 2014-05-01 12:50:07 -04:00
Release.scala whitespace change due to scalariform kicking in 2014-07-10 17:46:41 -04:00
Sbt.scala Implements eviction warning stories. #1200 2014-07-27 12:26:12 -04:00
SiteMap.scala added scalariform 2014-05-01 12:50:07 -04:00
Status.scala Fix bug in release script due to typo. 2014-05-29 22:35:44 -04:00
Sxr.scala added scalariform 2014-05-01 12:50:07 -04:00
Transform.scala Fix bug in release script due to typo. 2014-05-29 22:35:44 -04:00
Util.scala Adds support for Scala 2.12 2014-06-04 10:00:47 +02:00
build.properties Fix formatting issues and bump to sbt 0.13.5 2014-05-28 09:12:55 -04:00
p.sbt added scalariform 2014-05-01 12:50:07 -04:00