drop 2.8.0 precompiled compiler interface

This commit is contained in:
Mark Harrah 2011-05-29 19:17:31 -04:00
parent 7d08bfe3ca
commit bc9d57b417
1 changed files with 1 additions and 2 deletions

View File

@ -271,8 +271,7 @@ class XSbt(info: ProjectInfo) extends ParentProject(info) with NoCrossPaths
// sub projects for each version of Scala to precompile against other than the one sbt is built against
// each sub project here will add ~100k to the download
lazy val precompiled29 = precompiledSub("2.8.1")
lazy val precompiled28 = precompiledSub("2.8.0")
lazy val precompiled28 = precompiledSub("2.8.1")
lazy val precompiled27 = precompiledSub("2.7.7")
def precompiledSub(v: String) =