update ktor

This commit is contained in:
InsanusMokrassar 2020-12-02 14:13:42 +06:00
parent 4fcdb6f728
commit f52eb2ad6e
2 changed files with 2 additions and 1 deletions

View File

@ -7,6 +7,7 @@
* `Kotlin Serialisation`: `1.0.0-RC2` -> `1.0.1`
* `Kotlin Coroutines`: `1.3.9` -> `1.4.2`
* `Klock`: `1.12.1` -> `2.0.0`
* `Ktor`: `1.4.1` -> `1.4.3`
## 0.6.1

View File

@ -3,7 +3,7 @@ kotlin_version=1.4.20
kotlin_coroutines_version=1.4.2
kotlin_serialisation_version=1.0.1
klock_version=2.0.0
ktor_version=1.4.1
ktor_version=1.4.3
gradle_github_release_plugin_version=2.2.12