sbt/notes/0.13.9/forceupdateperiod.markdown

342 B

Changes with compatibility implications

Improvements

  • Adds forceUpdatePeriod key, that takes values of Option[FiniteDuration]. If set, a full update will occur after that amount of time without needing to explicitly run the update task. By @ajsquared

Fixes