mirror of
https://github.com/sbt/sbt.git
synced 2026-08-22 06:07:24 +02:00
precompile interface against 2.10.0-M5
This commit is contained in:
+1
-1
@@ -96,7 +96,7 @@ object Sbt extends Build
|
|||||||
// Includes API and Analyzer phases that extract source API and relationships.
|
// 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 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 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.
|
// 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
|
// Defines the data structures for representing file fingerprints and relationships and the overall source analysis
|
||||||
|
|||||||
Reference in New Issue
Block a user