sbt/main
Jason Zaugg 8c4527317f SI-7788 Adapt to renamed implict Predef.conforms
In 2.11, the implicit version is named `$conforms` so as to avoid
accidental shadowing by user code, which renders methods using
views and subtype bounds inexplicable unusable.

But, SBT intentionally needs to hide it to make the implicits
in this file line up.

This commit opts-in the the required identifiers from Predef,
rather than opting out of conforms. This makes the same code
source compatible with 2.10 and 2.11.
2014-02-21 22:14:13 +01:00
..
actions/src SI-7788 Adapt to renamed implict Predef.conforms 2014-02-21 22:14:13 +01:00
command/src/main/scala/sbt Expand aliases instead of evaluating directly. 2013-11-24 15:19:24 -05:00
settings/src using compat._ to plug source compatibility breakages 2014-02-17 14:53:59 +01:00
src Merge pull request #1130 from sbt/wip/auto-plugins 2014-02-20 16:08:01 -05:00
NOTICE fix component name in main notice 2010-09-21 22:00:11 -04:00