Don't import the Global.Range in 2.11, which shadows the collection Range

This commit is contained in:
Mark Harrah 2013-07-18 22:41:52 -04:00
parent 5fe35be7a3
commit 5d7d9c4cef
1 changed files with 1 additions and 1 deletions

View File

@ -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() {