precompile 2.9.0.RC1

This commit is contained in:
Mark Harrah 2011-04-01 21:07:13 -04:00
parent db5019a178
commit 28c8473783
1 changed files with 1 additions and 1 deletions

View File

@ -300,7 +300,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 precompiled29 = precompiledSub("2.9.0.RC1")
lazy val precompiled28 = precompiledSub("2.8.0")
lazy val precompiled27 = precompiledSub("2.7.7")