mirror of https://github.com/sbt/sbt.git
fix Incremental.scala link, thanks to @fernandezpablo85
This commit is contained in:
parent
ce439efab3
commit
c82bcb30d8
|
|
@ -251,7 +251,7 @@ Further references
|
|||
------------------
|
||||
|
||||
The incremental compilation logic is implemented in
|
||||
https://github.com/sbt/sbt/blob/0.13/compile/inc/Incremental.scala.
|
||||
https://github.com/sbt/sbt/blob/0.13/compile/inc/src/main/scala/inc/Incremental.scala.
|
||||
Some related documentation for SBT 0.7 is available at:
|
||||
https://code.google.com/p/simple-build-tool/wiki/ChangeDetectionAndTesting.
|
||||
Some discussion on the incremental recompilation policies is available
|
||||
|
|
|
|||
Loading…
Reference in New Issue