update dependencies

This commit is contained in:
InsanusMokrassar 2023-02-17 14:08:36 +06:00
parent 46e48efe52
commit d23bde75b5
2 changed files with 8 additions and 3 deletions

View File

@ -2,6 +2,11 @@
## 3.5.0
* `Versions`:
* `tgbotapi`: `5.2.0`
* `microutils`: `0.16.10`
* `koin`: `3.3.2`
## 3.4.1
* `setupBotPlugin` now works synchronously

View File

@ -4,8 +4,8 @@ kt = "1.7.22"
kt-serialization = "1.4.1"
kt-coroutines = "1.6.4"
microutils = "0.16.8"
tgbotapi = "5.1.0"
microutils = "0.16.10"
tgbotapi = "5.2.0"
kslog = "0.5.4"
jb-exposed = "0.41.1"
@ -20,7 +20,7 @@ ktor = "2.2.3"
gh-release = "2.4.1"
koin = "3.2.2"
koin = "3.3.2"
[libraries]