update dependencies

This commit is contained in:
InsanusMokrassar 2021-09-21 14:44:21 +06:00
parent d4f902aefd
commit 64109735f8
2 changed files with 8 additions and 3 deletions

View File

@ -2,6 +2,11 @@
## 0.9.1
* Versions updates:
* `Kotlin`: `1.5.30` -> `1.5.31`
* `Klock`: `2.4.0` -> `2.4.2`
* `Coroutines`: `1.5.1` -> `1.5.2`
## 0.9.0
* Versions updates:

View File

@ -1,8 +1,8 @@
kotlin.code.style=official
kotlin_version=1.5.30
kotlin_coroutines_version=1.5.1
kotlin_version=1.5.31
kotlin_coroutines_version=1.5.2
kotlin_serialisation_version=1.2.2
klock_version=2.4.0
klock_version=2.4.2
ktor_version=1.6.3
gradle_github_release_plugin_version=2.2.12