precompile for 2.10.0-M4

This commit is contained in:
Mark Harrah 2012-06-18 08:18:39 -04:00
parent 0de4444665
commit 5539693cc3
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ object Sbt extends Build
// Includes API and Analyzer phases that extract source API and relationships.
lazy val compileInterfaceSub = baseProject(compilePath / "interface", "Compiler Interface") dependsOn(interfaceSub, ioSub % "test->test", logSub % "test->test", launchSub % "test->test") settings( compileInterfaceSettings : _*)
lazy val precompiled282 = precompiled("2.8.2")
lazy val precompiled2100 = precompiled("2.10.0-M3")
lazy val precompiled2100 = precompiled("2.10.0-M4")
// Implements the core functionality of detecting and propagating changes incrementally.
// Defines the data structures for representing file fingerprints and relationships and the overall source analysis