update dependencies

This commit is contained in:
InsanusMokrassar 2024-03-01 23:15:42 +06:00
parent b7c1692efa
commit 51bb0a021f
2 changed files with 6 additions and 2 deletions

View File

@ -2,6 +2,10 @@
## 10.1.1
* `Version`:
* `Serialization`: `1.6.2` -> `1.6.3`
* `MicroUtils`: `0.20.34` -> `0.20.37`
## 10.1.0
**Add support of [Telegram Bots API 7.1](https://core.telegram.org/bots/api-changelog#february-16-2024)**

View File

@ -1,7 +1,7 @@
[versions]
kotlin = "1.9.22"
kotlin-serialization = "1.6.2"
kotlin-serialization = "1.6.3"
kotlin-coroutines = "1.8.0"
javax-activation = "1.1.1"
@ -13,7 +13,7 @@ ktor = "2.3.8"
ksp = "1.9.22-1.0.17"
kotlin-poet = "1.16.0"
microutils = "0.20.34"
microutils = "0.20.37"
kslog = "1.3.2"
versions = "0.51.0"