diff --git a/CHANGELOG.md b/CHANGELOG.md index f67426b952..5d3adca9cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,11 @@ bot. * `MultilevelTextSource` was added - it is type of `TextSource`, which can have subsources as parts of this text * In all `TextSource`s all fields now are lazy for avoiding of potential risk for performance issues +* Updates in versions: + * Coroutines `1.3.2` -> `1.3.3` + * Klock `1.8.0` -> `1.8.6` + * UUID `0.0.6` -> `0.0.7` + ## 0.20.0 MPP Migration * Time library change: `joda-time` -> `com.soywiz.korlibs.klock:klock` diff --git a/gradle.properties b/gradle.properties index 661eb0ae84..6291c88e99 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,9 +1,9 @@ kotlin.code.style=official kotlin_version=1.3.61 -kotlin_coroutines_version=1.3.2 +kotlin_coroutines_version=1.3.3 kotlin_serialisation_runtime_version=0.14.0 -klock_version=1.8.0 -uuid_version=0.0.6 +klock_version=1.8.6 +uuid_version=0.0.7 ktor_version=1.2.6 gradle_bintray_plugin_version=1.8.4