update versions

This commit is contained in:
InsanusMokrassar 2020-12-22 14:55:01 +06:00
parent 4af8114eda
commit a15cbdfb1a
2 changed files with 8 additions and 3 deletions

View File

@ -2,6 +2,11 @@
## 0.4.14
* `Versions`:
* `Kotlin`: `1.4.20` -> `1.4.21`
* `Ktor`: `1.4.3` -> `1.5.0`
* `Klock`: `2.0.1` -> `2.0.2`
## 0.4.13
* `Common`

View File

@ -6,14 +6,14 @@ kotlin.incremental.js=true
android.useAndroidX=true
android.enableJetifier=true
kotlin_version=1.4.20
kotlin_version=1.4.21
kotlin_coroutines_version=1.4.2
kotlin_serialisation_core_version=1.0.1
kotlin_exposed_version=0.28.1
ktor_version=1.4.3
ktor_version=1.5.0
klockVersion=2.0.1
klockVersion=2.0.2
github_release_plugin_version=2.2.12