mirror of https://github.com/sbt/sbt.git
Merge pull request #1135 from retronym/ticket/SI-7788
SI-7788 Adapt to renamed implict Predef.conforms
This commit is contained in:
commit
ab65e6b3cb
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue