1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-07-01 05:47:47 +00:00

update dependencies

This commit is contained in:
InsanusMokrassar 2024-06-14 17:28:37 +06:00
parent 91a8058a3a
commit 57122cc2f9
2 changed files with 10 additions and 4 deletions

View File

@ -2,6 +2,12 @@
## 14.0.2
* `Version`:
* `Coroutines`: `1.8.0` -> `1.8.1`
* `Ktor`: `2.3.10` -> `2.3.11`
* `MicroUtils`: `0.20.45` -> `0.20.52`
* `KSLog`: `1.3.3` -> `1.3.4`
## 14.0.1
* In `core` and `api` modules related to invoices changed their APIs to suite current API

View File

@ -2,19 +2,19 @@
kotlin = "1.9.23"
kotlin-serialization = "1.6.3"
kotlin-coroutines = "1.8.0"
kotlin-coroutines = "1.8.1"
javax-activation = "1.1.1"
korlibs = "5.4.0"
uuid = "0.8.4"
ktor = "2.3.10"
ktor = "2.3.11"
ksp = "1.9.23-1.0.20"
kotlin-poet = "1.16.0"
microutils = "0.20.45"
kslog = "1.3.3"
microutils = "0.20.52"
kslog = "1.3.4"
versions = "0.51.0"