update microutils

This commit is contained in:
InsanusMokrassar 2023-03-10 15:08:44 +06:00
parent 6f9f880b79
commit 9f14eb2ca3
2 changed files with 6 additions and 1 deletions

View File

@ -11,6 +11,11 @@ This update contains support of [Telegram Bot API 6.6](https://core.telegram.org
* All separations of stickers types like `Animeted` have been replaces with type `StickerFormat`
* New `InputSticker` type (and all subtypes) as replacements for old raw fields in methods
Other changes
* `Versions`:
* `MicroUtils`: `0.17.3` -> `0.17.4`
## 6.1.0
* `Versions`:

View File

@ -13,7 +13,7 @@ ktor = "2.2.4"
ksp = "1.8.10-1.0.9"
kotlin-poet = "1.12.0"
microutils = "0.17.3"
microutils = "0.17.4"
github-release-plugin = "2.4.1"
dokka = "1.8.10"