update dependencies

This commit is contained in:
InsanusMokrassar 2021-09-19 15:27:01 +06:00
parent 53a3e11836
commit c8491765e9
2 changed files with 4 additions and 2 deletions

View File

@ -4,6 +4,8 @@
* `Common`:
* `Version`:
* `Kotlin`: `1.5.30` -> `1.5.31`
* `Klock`: `2.4.1` -> `2.4.2`
* `MicroUtils`: `0.5.25` -> `0.5.27`
* `Core`:
* New `BotAction` implementation - `CustomBotAction`

View File

@ -5,10 +5,10 @@ kotlin.js.generate.externals=true
kotlin.incremental=true
kotlin.incremental.js=true
kotlin_version=1.5.30
kotlin_version=1.5.31
kotlin_coroutines_version=1.5.2
kotlin_serialisation_runtime_version=1.2.2
klock_version=2.4.1
klock_version=2.4.2
uuid_version=0.3.1
ktor_version=1.6.3