update dependencies

This commit is contained in:
InsanusMokrassar 2021-09-19 20:39:15 +06:00
parent b183b82443
commit 7f8db6a29d
2 changed files with 6 additions and 2 deletions

View File

@ -2,6 +2,10 @@
## 0.5.28
* `Versions`:
* `Kotlin`: `1.5.30` -> `1.5.31`
* `Klock`: `2.4.1` -> `2.4.2`
## 0.5.27
* `Versions`:

View File

@ -7,14 +7,14 @@ android.useAndroidX=true
android.enableJetifier=true
org.gradle.jvmargs=-Xmx2g
kotlin_version=1.5.30
kotlin_version=1.5.31
kotlin_coroutines_version=1.5.2
kotlin_serialisation_core_version=1.2.2
kotlin_exposed_version=0.34.2
ktor_version=1.6.3
klockVersion=2.4.1
klockVersion=2.4.2
github_release_plugin_version=2.2.12