This commit is contained in:
Paolo G. Giarrusso 2012-05-11 00:45:54 +02:00 committed by Mark Harrah
parent 04d53c05d5
commit d903f67269
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ This is the 0.11.x series of sbt (soon to be 0.12.x).
## Modifying sbt
1. New development takes place on the 0.13 branch. Fixes and improvements that are binary compatible with 0.12.0 can be get backported to the 0.12 branch.
1. New development takes place on the 0.13 branch. Fixes and improvements that are binary compatible with 0.12.0 can be backported to the 0.12 branch.
2. When developing sbt itself, there is no need to run `build-all`, since this generates documentation as well. For the fastest turnaround time for checking compilation only, run `compile`.