update ktor

This commit is contained in:
InsanusMokrassar 2020-12-23 13:47:34 +06:00
parent 224f0a6cc0
commit bce508a8c2
2 changed files with 2 additions and 1 deletions

View File

@ -5,6 +5,7 @@
* Versions updates:
* `Kotlin`: `1.4.20` -> `1.4.21`
* `Klock`: `2.0.0` -> `2.0.2`
* `Ktor`: `1.4.3` -> `1.5.0`
## 0.7.0

View File

@ -3,7 +3,7 @@ kotlin_version=1.4.21
kotlin_coroutines_version=1.4.2
kotlin_serialisation_version=1.0.1
klock_version=2.0.2
ktor_version=1.4.3
ktor_version=1.5.0
gradle_github_release_plugin_version=2.2.12