update dependencies

This commit is contained in:
InsanusMokrassar 2021-11-03 15:18:41 +06:00
parent af132103a0
commit 67ff9cc9b3
2 changed files with 5 additions and 2 deletions

View File

@ -2,6 +2,9 @@
## 0.7.5
* `Versions`:
* `Klock`: `2.4.6` -> `2.4.7`
* `Ktor`: `1.6.4` -> `1.6.5`
* `Common`:
* Type `Either` got its own serializer

View File

@ -12,9 +12,9 @@ kotlin_coroutines_version=1.5.2
kotlin_serialisation_core_version=1.3.0
kotlin_exposed_version=0.35.3
ktor_version=1.6.4
ktor_version=1.6.5
klockVersion=2.4.6
klockVersion=2.4.7
github_release_plugin_version=2.2.12