sbt/main/actions/src
Jason Zaugg 9b4564f0cd SI-8262 Fix compilation with 2.11 due to shadowing of Range
We now have `global.Range`, so our wildcard import of `global._`
shadows `scala.Range`.

This commit fully qualifies that type so as to be compatible with
Scala 2.10 and 2.11.
2014-02-12 13:11:28 +01:00
..
main/scala/sbt SI-8262 Fix compilation with 2.11 due to shadowing of Range 2014-02-12 13:11:28 +01:00
test/scala/sbt/compiler update to ScalaCheck 1.11.0 2013-11-04 11:28:40 -05:00