mirror of https://github.com/sbt/sbt.git
342 B
342 B
Changes with compatibility implications
Improvements
- Adds
forceUpdatePeriodkey, that takes values ofOption[FiniteDuration]. If set, a fullupdatewill occur after that amount of time without needing to explicitly run theupdatetask. By @ajsquared