update dependencies

This commit is contained in:
InsanusMokrassar 2022-08-13 18:09:19 +06:00
parent af86a64a48
commit 1ba3953dfa
2 changed files with 8 additions and 4 deletions

View File

@ -2,6 +2,11 @@
## 2.1.0
* `Versions`:
* `tgbotapi`: `3.1.0`
* `ktor`: `2.1.0`
* `microutils`: `0.12.1`
## 2.0.0
* `Versions`:
@ -11,7 +16,6 @@
* `kslog`: `0.5.0`
* `uuid`: `0.5.0`
* `exposed`: `0.39.2`
* `microutils`: `0.12.0`
## 1.4.1

View File

@ -4,8 +4,8 @@ kt = "1.7.10"
kt-serialization = "1.4.0-RC"
kt-coroutines = "1.6.4"
microutils = "0.12.0"
tgbotapi = "3.0.2"
microutils = "0.12.1"
tgbotapi = "3.1.0"
kslog = "0.5.0"
jb-exposed = "0.39.2"
@ -16,7 +16,7 @@ sqlite = "3.36.0.3"
klock = "3.0.0"
uuid = "0.5.0"
ktor = "2.0.3"
ktor = "2.1.0"
gh-release = "2.4.1"