From 322b2d5adcc16084b67aab5aa841f86ee3866366 Mon Sep 17 00:00:00 2001 From: Mark Harrah Date: Wed, 30 May 2012 07:13:15 -0400 Subject: [PATCH] precompile compiler interface against 2.10.0-M3 --- project/Sbt.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Sbt.scala b/project/Sbt.scala index 06e73e248..1070767ae 100644 --- a/project/Sbt.scala +++ b/project/Sbt.scala @@ -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-M2") + lazy val precompiled2100 = precompiled("2.10.0-M3") // 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