update dependencies

This commit is contained in:
InsanusMokrassar 2022-09-07 16:33:29 +06:00
parent 0ba1aa1127
commit 2d6f296c20
2 changed files with 6 additions and 2 deletions

View File

@ -2,6 +2,10 @@
## 3.2.1
* `Versions`:
* `Ktor`: `2.1.0` -> `2.1.1`
* `MicroUtils`: `0.12.4` -> `0.12.8`
## 3.2.0
**Since this update, `RequestsExecutor#execute` may throw only `BotException`. In case you wish to handle some exceptions from `execute` you must catch `BotException` and handle its `cause`**

View File

@ -8,12 +8,12 @@ javax-activation = "1.1.1"
korlibs = "3.0.0"
uuid = "0.5.0"
ktor = "2.1.0"
ktor = "2.1.1"
ksp = "1.7.10-1.0.6"
kotlin-poet = "1.12.0"
microutils = "0.12.4"
microutils = "0.12.8"
github-release-plugin = "2.4.1"