mirror of
https://github.com/InsanusMokrassar/krontab.git
synced 2024-11-22 16:23:55 +00:00
update dependencies
This commit is contained in:
parent
3c0818cabf
commit
05af4d1f67
@ -2,6 +2,9 @@
|
|||||||
|
|
||||||
## 0.4.1
|
## 0.4.1
|
||||||
|
|
||||||
|
* Versions:
|
||||||
|
* `Coroutines`: `1.4.1` -> `1.4.2`
|
||||||
|
* `Klock`: `2.0.0` -> `2.0.1`
|
||||||
* Add `CollectionKronScheduler`. It will give opportunity to unite several schedulers in one
|
* Add `CollectionKronScheduler`. It will give opportunity to unite several schedulers in one
|
||||||
|
|
||||||
## 0.4.0
|
## 0.4.0
|
||||||
|
@ -3,15 +3,15 @@ org.gradle.parallel=true
|
|||||||
kotlin.js.generate.externals=true
|
kotlin.js.generate.externals=true
|
||||||
kotlin.incremental=true
|
kotlin.incremental=true
|
||||||
kotlin.incremental.js=true
|
kotlin.incremental.js=true
|
||||||
|
kotlin.incremental.multiplatform=true
|
||||||
|
|
||||||
|
|
||||||
kotlin_version=1.4.20
|
kotlin_version=1.4.20
|
||||||
kotlin_coroutines_version=1.4.1
|
kotlin_coroutines_version=1.4.2
|
||||||
|
|
||||||
dokka_version=0.10.1
|
dokka_version=0.10.1
|
||||||
|
|
||||||
klockVersion=2.0.0
|
klockVersion=2.0.1
|
||||||
|
|
||||||
github_release_plugin_version=2.2.12
|
github_release_plugin_version=2.2.12
|
||||||
|
|
||||||
kotlin.incremental.multiplatform=true
|
|
||||||
|
Loading…
Reference in New Issue
Block a user