Skip to content

Commit

Permalink
precompile against 2.8.1, update an obsolete reference to 2.8.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
harrah committed Nov 14, 2010
1 parent f9d4f1f commit 9bc45b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/build/XSbt.scala
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,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 precompiled280 = precompiledSub("2.8.0")
lazy val precompiled281 = precompiledSub("2.8.1.RC4")
lazy val precompiled281 = precompiledSub("2.8.1")

def precompiledSub(v: String) =
project(info.projectPath, "Precompiled " + v, new Precompiled(v)(_), cip.info.dependencies.toSeq : _* /*doesn't include subprojects of cip*/ )
Expand Down
2 changes: 1 addition & 1 deletion sbt/src/sbt-test/source-dependencies/named/test
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# named parameters are only in 2.8
> ++2.8.0-SNAPSHOT
> ++2.8.0

> compile

Expand Down

0 comments on commit 9bc45b9

Please sign in to comment.