1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2025-09-07 17:19:24 +00:00

Merge pull request #903 from InsanusMokrassar/18.2.1

18.2.1 (update microutils additionally)
This commit is contained in:
2024-09-26 02:01:50 +06:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
* `Version`: * `Version`:
* `Serialization`: `1.7.2` -> `1.7.3` * `Serialization`: `1.7.2` -> `1.7.3`
* `Coroutines`: `1.8.1` -> `1.9.0` * `Coroutines`: `1.8.1` -> `1.9.0`
* `MicroUtils`: `0.22.2` -> `0.22.3` * `MicroUtils`: `0.22.2` -> `0.22.4`
## 18.2.0 ## 18.2.0

View File

@@ -13,7 +13,7 @@ ktor = "2.3.12"
ksp = "2.0.20-1.0.25" ksp = "2.0.20-1.0.25"
kotlin-poet = "1.18.1" kotlin-poet = "1.18.1"
microutils = "0.22.3" microutils = "0.22.4"
kslog = "1.3.6" kslog = "1.3.6"
versions = "0.51.0" versions = "0.51.0"