update ktor

This commit is contained in:
InsanusMokrassar 2021-04-05 18:11:29 +06:00
parent 0831f2fa75
commit 019b260888
2 changed files with 2 additions and 1 deletions

View File

@ -5,6 +5,7 @@
* `Common`:
* `Version`:
* `MicroUtils`: `0.4.32` -> `0.4.33`
* `Ktor`: `1.5.2` -> `1.5.3`
* `Behaviour Builder`:
* Rewrite logic of `doInSubContextWithUpdatesFilter` and `doInSubContextWithFlowsUpdatesFilterSetup` extensions
* All triggers now work with `stopOnCompletion` set up to `false`

View File

@ -10,7 +10,7 @@ kotlin_coroutines_version=1.4.3
kotlin_serialisation_runtime_version=1.1.0
klock_version=2.0.7
uuid_version=0.2.3
ktor_version=1.5.2
ktor_version=1.5.3
micro_utils_version=0.4.33