update dependencies

This commit is contained in:
InsanusMokrassar 2021-01-01 20:58:45 +06:00
parent d11f106f19
commit aebd32cb5e
2 changed files with 5 additions and 2 deletions

View File

@ -2,6 +2,9 @@
## 0.4.2
* Versions
* `Kotlin`: `1.4.20` -> `1.4.21`
* `Klock`: `2.0.1` -> `2.0.3`
* `CronDateTimeScheduler` now is deprecated and will be set up as `internal` in future
## 0.4.1

View File

@ -6,12 +6,12 @@ kotlin.incremental.js=true
kotlin.incremental.multiplatform=true
kotlin_version=1.4.20
kotlin_version=1.4.21
kotlin_coroutines_version=1.4.2
dokka_version=1.4.20
klockVersion=2.0.1
klockVersion=2.0.3
github_release_plugin_version=2.2.12