1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-11-22 16:23:48 +00:00

update kotlin version

This commit is contained in:
InsanusMokrassar 2022-11-08 21:43:15 +06:00
parent dd6b688ae4
commit f078041dec
2 changed files with 2 additions and 1 deletions

View File

@ -11,6 +11,7 @@
but new type of content (`MediaGroupContent`) has been introduced but new type of content (`MediaGroupContent`) has been introduced
* [Bot API 6.3](https://core.telegram.org/bots/api-changelog#november-5-2022) support * [Bot API 6.3](https://core.telegram.org/bots/api-changelog#november-5-2022) support
* `Versions`: * `Versions`:
* `Kotlin`: `1.7.20` -> `1.7.21`
* `MicroUtils`: `0.13.2` -> `0.14.0` * `MicroUtils`: `0.13.2` -> `0.14.0`
* `Core`: * `Core`:
* New requests * New requests

View File

@ -1,6 +1,6 @@
[versions] [versions]
kotlin = "1.7.20" kotlin = "1.7.21"
kotlin-serialization = "1.4.1" kotlin-serialization = "1.4.1"
kotlin-coroutines = "1.6.4" kotlin-coroutines = "1.6.4"