From 670cfcca136c4b3c8693ce79a835fe72035b7c5e Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Fri, 5 Jun 2020 15:17:14 +0600 Subject: [PATCH] update kotlin coroutines --- CHANGELOG.md | 3 +++ gradle.properties | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0d8af500a..0d7afbc178 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -51,6 +51,9 @@ ### 0.27.6 +* `Common`: + * Versions: + * `Kotlin Coroutines`: `1.3.6` -> `1.3.7` * `TelegramBotAPI`: * Interface `PossiblySentViaBot` has been added * Additional interface `PossiblySentViaBotCommonMessage` was added for more explicit typing declaration for diff --git a/gradle.properties b/gradle.properties index 7a2af6e143..cd63466dc7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ kotlin.code.style=official kotlin_version=1.3.72 -kotlin_coroutines_version=1.3.6 +kotlin_coroutines_version=1.3.7 kotlin_serialisation_runtime_version=0.20.0 klock_version=1.11.3 uuid_version=0.1.0