From 6acc9ef2b011d3d05e7c5603ebe5dd91c70265e0 Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Wed, 26 May 2021 22:00:57 +0600 Subject: [PATCH] update klock --- CHANGELOG.md | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55931ef633..68a7722731 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ * `MicroUtils`: `0.4.36` -> `0.5.3` * `Coroutines`: `1.4.3` -> `1.5.0` * `Serialization`: `1.1.0` -> `1.2.1` - * `Klock`: `2.0.7` -> `2.1.0` + * `Klock`: `2.0.7` -> `2.1.2` * `UUID`: `0.2.3` -> `0.3.0` ## 0.34.1 diff --git a/gradle.properties b/gradle.properties index 0afdb5ae15..257a33b725 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ kotlin.incremental.js=true kotlin_version=1.5.10 kotlin_coroutines_version=1.5.0 kotlin_serialisation_runtime_version=1.2.1 -klock_version=2.1.0 +klock_version=2.1.2 uuid_version=0.3.0 ktor_version=1.5.4