From d8dbbdf549a02299dd39b774c21ef00ed25e500a Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Tue, 27 Oct 2020 15:01:30 +0600 Subject: [PATCH] update coroutines --- CHANGELOG.md | 4 ++++ gradle.properties | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 713dcc62fc..dae596bb51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## 0.29.2 +* `Common`: + * Version updates: + * `Coroutines`: `1.3.9` -> `1.4.0` + ## 0.29.1 * `Common`: diff --git a/gradle.properties b/gradle.properties index 0dec4fd5e8..efe61a1257 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,7 +6,7 @@ kotlin.incremental=true kotlin.incremental.js=true kotlin_version=1.4.10 -kotlin_coroutines_version=1.3.9 +kotlin_coroutines_version=1.4.0 kotlin_serialisation_runtime_version=1.0.0 klock_version=1.12.1 uuid_version=0.2.2