mirror of https://github.com/sbt/sbt.git
include 2.9.0-SNAPSHOT in prebuilt in order to check compatibility
This commit is contained in:
parent
4d6f6ca9f8
commit
4b7b58dcbc
|
|
@ -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")
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue