Merge pull request #1135 from retronym/ticket/SI-7788

SI-7788 Adapt to renamed implict Predef.conforms
This commit is contained in:
Josh Suereth
2014-02-21 16:57:06 -05:00
@@ -3,7 +3,7 @@
*/
package sbt
import Predef.{conforms => _, _}
import Predef.{Map, Set, implicitly} // excludes *both 2.10.x conforms and 2.11.x $conforms in source compatible manner.
import FileInfo.{exists, hash}
import java.io.File