mirror of https://github.com/sbt/sbt.git
Don't import the Global.Range in 2.11, which shadows the collection Range
This commit is contained in:
parent
5fe35be7a3
commit
5d7d9c4cef
|
|
@ -58,7 +58,7 @@ final class Eval(optionsNoncp: Seq[String], classpath: Seq[File], mkReporter: Se
|
|||
}
|
||||
lazy val reporter = mkReporter(settings)
|
||||
lazy val global: Global = new Global(settings, reporter)
|
||||
import global._
|
||||
import global.{Range => _, _}
|
||||
import definitions._
|
||||
|
||||
private[sbt] def unlinkDeferred() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue