mirror of https://github.com/sbt/sbt.git
Update note
This commit is contained in:
parent
4ec092617f
commit
32b1f65503
|
|
@ -4,6 +4,6 @@
|
|||
### Changes with compatibility implications
|
||||
|
||||
### Improvements
|
||||
- Adds `forceUpdateMs` key, that takes values of `Option[Long]` representing a number of milliseconds. If set, a full `update` will occur after that amount of time without needing to explicitly run the `update` task.
|
||||
- Adds `forceUpdateMs` key, that takes values of `Option[Long]` representing a number of milliseconds. If set, a full `update` will occur after that amount of time without needing to explicitly run the `update` task. By [@ajsquared][@ajsquared]
|
||||
|
||||
### Fixes
|
||||
|
|
|
|||
Loading…
Reference in New Issue