Revert "update kotlin version"

This reverts commit f078041dec.
This commit is contained in:
InsanusMokrassar 2022-11-08 21:45:59 +06:00
parent f078041dec
commit f700fab33f
2 changed files with 1 additions and 2 deletions

View File

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

View File

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