update dependencies

This commit is contained in:
InsanusMokrassar 2021-02-28 22:24:34 +06:00
parent 1efd4dce6e
commit fc2f177e38
2 changed files with 9 additions and 3 deletions

View File

@ -2,6 +2,12 @@
## 0.32.9
* `Common`:
* `Version`:
* `Kotlin`: `1.4.30` -> `1.4.31`
* `Ktor`: `1.5.1` -> `1.5.2`
* `MicroUtils`: `0.4.26` -> `0.4.27`
## 0.32.8
* `Common`:

View File

@ -5,14 +5,14 @@ kotlin.js.generate.externals=true
kotlin.incremental=true
kotlin.incremental.js=true
kotlin_version=1.4.30
kotlin_version=1.4.31
kotlin_coroutines_version=1.4.2
kotlin_serialisation_runtime_version=1.1.0
klock_version=2.0.6
uuid_version=0.2.3
ktor_version=1.5.1
ktor_version=1.5.2
micro_utils_version=0.4.26
micro_utils_version=0.4.27
javax_activation_version=1.1.1