libraries updates

This commit is contained in:
InsanusMokrassar 2020-03-31 11:31:24 +06:00
parent 43ac09a79b
commit 7e6e892c45
2 changed files with 4 additions and 1 deletions

View File

@ -2,6 +2,9 @@
## 0.26.0
* `Common`:
* Versions updates:
* `Klock`: `1.10.0` -> `1.10.3`
* `TelegramBotAPI`:
* Request `SendDice` was added (calling [sendDice](https://core.telegram.org/bots/api#senddice))
* Class `Dice` was added (type [dice](https://core.telegram.org/bots/api#dice))

View File

@ -2,7 +2,7 @@ kotlin.code.style=official
kotlin_version=1.3.71
kotlin_coroutines_version=1.3.5
kotlin_serialisation_runtime_version=0.20.0
klock_version=1.10.0
klock_version=1.10.3
uuid_version=0.1.0
ktor_version=1.3.2