update dependencies

This commit is contained in:
InsanusMokrassar 2021-09-22 19:34:04 +06:00
parent 5916f3eebb
commit 32bf5c0641
2 changed files with 9 additions and 4 deletions

View File

@ -2,6 +2,11 @@
## 0.6.4 ## 0.6.4
* Versions
* `Kotlin`: `1.5.31`
* `Coroutines`: `1.5.2`
* `Klock`: `2.4.2`
## 0.6.3 ## 0.6.3
* Versions * Versions

View File

@ -8,12 +8,12 @@ android.useAndroidX=true
android.enableJetifier=false android.enableJetifier=false
kotlin_version=1.5.30 kotlin_version=1.5.31
kotlin_coroutines_version=1.5.1 kotlin_coroutines_version=1.5.2
dokka_version=1.5.0 dokka_version=1.5.30
klockVersion=2.4.0 klockVersion=2.4.2
## Github reease ## Github reease