update dependencies

This commit is contained in:
InsanusMokrassar 2021-05-26 21:39:42 +06:00
parent 037074cef6
commit 9f4feeccfc
2 changed files with 12 additions and 5 deletions

View File

@ -2,6 +2,13 @@
## 0.8.2
* Versions updates:
* `Kotlin`: `1.4.32` -> `1.5.10`
* `Klock`: `2.0.7` -> `2.1.0`
* `Ktor`: `1.5.3` -> `1.5.4`
* `Serialization`: `1.1.0` -> `1.2.1`
* `Coroutines`: `1.4.3` -> `1.5.0`
## 0.8.1
* Versions updates:

View File

@ -1,9 +1,9 @@
kotlin.code.style=official
kotlin_version=1.4.32
kotlin_coroutines_version=1.4.3
kotlin_serialisation_version=1.1.0
klock_version=2.0.7
ktor_version=1.5.3
kotlin_version=1.5.10
kotlin_coroutines_version=1.5.0
kotlin_serialisation_version=1.2.1
klock_version=2.1.0
ktor_version=1.5.4
gradle_github_release_plugin_version=2.2.12