From c85983bd594c57e5a139c5f0c6c6b948ca80bc29 Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Fri, 22 Jul 2022 18:45:09 +0600 Subject: [PATCH] update microutils --- CHANGELOG.md | 1 + gradle/libs.versions.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ab127ea80..a982ff5fa5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ * `Versions`: * `Coroutines`: `1.6.3` -> `1.6.4` + * `MicroUtils`: `0.11.12` -> `0.11.13` * `Core`: * New `typealiase`s for `CommonMessage` with all supported content types, more info: [PR](https://github.com/InsanusMokrassar/TelegramBotAPI/pull/629) * `Utils`: diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index f07138fc49..b2776fb4d2 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -11,7 +11,7 @@ korlibs = "2.7.0" uuid = "0.4.1" ktor = "2.0.3" -microutils = "0.11.12" +microutils = "0.11.13" github-release-plugin = "2.4.1"