update dependencies

This commit is contained in:
InsanusMokrassar 2022-10-01 22:09:01 +06:00
parent b588622c3d
commit fda53cf171
2 changed files with 5 additions and 2 deletions

View File

@ -2,6 +2,9 @@
## 3.2.7
* `Versions`:
* `MicroUtils`: `0.12.13` -> `0.12.17`
* `Ktor`: `2.1.1` -> `2.1.2`
* `Utils`:
* Next classes become typealiases instead of classes:
* `ReplyKeyboardBuilder`

View File

@ -8,12 +8,12 @@ javax-activation = "1.1.1"
korlibs = "3.1.0"
uuid = "0.5.0"
ktor = "2.1.1"
ktor = "2.1.2"
ksp = "1.7.10-1.0.6"
kotlin-poet = "1.12.0"
microutils = "0.12.13"
microutils = "0.12.17"
github-release-plugin = "2.4.1"