update dependencies

This commit is contained in:
InsanusMokrassar 2020-12-08 12:03:45 +06:00
parent a193ef5fd5
commit be28c9bd5d
2 changed files with 4 additions and 3 deletions

View File

@ -4,9 +4,10 @@
* `Common`:
* `Version`:
* `Kotlin`: `1.4.20` -> `1.4.21`
* `Klock`: `2.0.0` -> `2.0.1`
* `Ktor`: `1.4.2` -> `1.4.3`
* `MicroUtils`: `0.4.6` -> `0.4.9`
* `MicroUtils`: `0.4.6` -> `0.4.11`
* `API Extensions`:
* New function `buildBot`

View File

@ -5,14 +5,14 @@ kotlin.js.generate.externals=true
kotlin.incremental=true
kotlin.incremental.js=true
kotlin_version=1.4.20
kotlin_version=1.4.21
kotlin_coroutines_version=1.4.2
kotlin_serialisation_runtime_version=1.0.1
klock_version=2.0.1
uuid_version=0.2.3
ktor_version=1.4.3
micro_utils_version=0.4.9
micro_utils_version=0.4.11
javax_activation_version=1.1.1