update version of coroutines

This commit is contained in:
InsanusMokrassar 2021-03-05 13:05:38 +06:00
parent 8185ea87b1
commit 5f38d9635d
2 changed files with 4 additions and 1 deletions

View File

@ -2,6 +2,9 @@
## 0.4.29
* `Versions`:
* `Coroutines`: `1.4.2` -> `1.4.3`
## 0.4.28
* `Versions`:

View File

@ -7,7 +7,7 @@ android.useAndroidX=true
android.enableJetifier=true
kotlin_version=1.4.31
kotlin_coroutines_version=1.4.2
kotlin_coroutines_version=1.4.3
kotlin_serialisation_core_version=1.1.0
kotlin_exposed_version=0.29.1