update coroutines

This commit is contained in:
InsanusMokrassar 2021-05-10 13:49:27 +06:00
parent ccbed95cdc
commit 702c5a3e5d
2 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@
* `Versions`:
* `Kotlin Exposed`: `0.30.2` -> `0.31.1`
* `Kotlin Coroutines`: `1.4.3` -> `1.5.0-RC`
* `RecyclerView`: `1.1.0` -> `1.2.0`
* `Ktor`: `1.5.3` -> `1.5.4`
* `Klock`: `2.0.7` -> `2.1.0`

View File

@ -8,7 +8,7 @@ android.enableJetifier=true
org.gradle.jvmargs=-Xmx2g
kotlin_version=1.5.0
kotlin_coroutines_version=1.4.3
kotlin_coroutines_version=1.5.0-RC
kotlin_serialisation_core_version=1.2.0
kotlin_exposed_version=0.31.1