0.13.2-RC3 is now available and includes improvements to incremental compilation and other bug fixes.
New since 0.13.2-RC2:
* Reverts macro handling in name-hashing incremental compiler for previous behavior, compatible with 2.11.0-RC4.
This wasn't in the RC2 due to a time sync, lack of intelligence issue from myself.
See the Changes page[1] and the GitHub compare 0.13.1...0.13.2b[2] for details.
This release is intended to be binary and source compatible with 0.13.{0,1}. Use it in an existing 0.13.x project by setting project/build.properties as follows:
sbt.version=0.13.2-RC3
No changes should be necessary to your project definition and all plugins published for 0.13.{0,1} should still work. Please report if this is not the case.
If no serious issues are found in the next week, 0.13.2-RC3 will become 0.13.2 final.
Thanks,
Josh