mirror of https://github.com/sbt/sbt.git
Revert "Don't import the Global.Range in 2.11, which shadows the collection Range"
This reverts commit 5d7d9c4cef. Can't do it this way
since Global.Range doesn't exist in 2.10.
This commit is contained in:
parent
50feb1c383
commit
0a77a47f41
|
|
@ -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.{Range => _, _}
|
||||
import global._
|
||||
import definitions._
|
||||
|
||||
private[sbt] def unlinkDeferred() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue