include 2.9.0-SNAPSHOT in prebuilt in order to check compatibility

This commit is contained in:
Mark Harrah 2011-02-08 20:32:55 -05:00
parent 4d6f6ca9f8
commit 4b7b58dcbc
1 changed files with 1 additions and 0 deletions

View File

@ -307,6 +307,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.9.0-SNAPSHOT")
lazy val precompiled28 = precompiledSub("2.8.0")
lazy val precompiled27 = precompiledSub("2.7.7")