From f48a10e136c54a1ad75cf36394a5e9fda161a589 Mon Sep 17 00:00:00 2001 From: Mark Harrah Date: Fri, 13 Jul 2012 13:40:59 -0400 Subject: [PATCH] precompile interface against 2.10.0-M5 --- project/Sbt.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Sbt.scala b/project/Sbt.scala index 2bbf6f88e..09ea8c0ee 100644 --- a/project/Sbt.scala +++ b/project/Sbt.scala @@ -96,7 +96,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-M4") + lazy val precompiled2100 = precompiled("2.10.0-M5") // 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