From 4019ad7d3171764699e3e7b7fac6d56ee7aac9ab Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Wed, 28 Oct 2020 13:58:23 +0600 Subject: [PATCH] update exposed and coroutines versions --- CHANGELOG.md | 3 +++ gradle.properties | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 365c09a5908..4d9b508e394 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## 0.2.3 +* `Versions` + * `Coroutines`: `1.3.9` -> `1.4.0` + * `Exposed`: `0.27.1` -> `0.28.1` * `Common` * `K/JS` * Add several extensions for `Element` objects to detect that object is on screen viewport diff --git a/gradle.properties b/gradle.properties index ed317cf9359..06be361b781 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,9 +5,9 @@ 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_core_version=1.0.0 -kotlin_exposed_version=0.27.1 +kotlin_exposed_version=0.28.1 ktor_version=1.4.1