mirror of
https://github.com/sbt/sbt.git
synced 2026-08-31 02:05:09 +02:00
As of Scala 2.11 Predef.conforms isn't implicit anymore (and it's deprecated), so import-excluding doesn't avoid the implicit (the implicit version is now Predef.$conforms). Also in Scala 2.13 Predef.conforms has been removed.