mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2024-11-22 08:13:47 +00:00
update kotlin coroutines
This commit is contained in:
parent
130e00b62b
commit
670cfcca13
@ -51,6 +51,9 @@
|
|||||||
|
|
||||||
### 0.27.6
|
### 0.27.6
|
||||||
|
|
||||||
|
* `Common`:
|
||||||
|
* Versions:
|
||||||
|
* `Kotlin Coroutines`: `1.3.6` -> `1.3.7`
|
||||||
* `TelegramBotAPI`:
|
* `TelegramBotAPI`:
|
||||||
* Interface `PossiblySentViaBot` has been added
|
* Interface `PossiblySentViaBot` has been added
|
||||||
* Additional interface `PossiblySentViaBotCommonMessage` was added for more explicit typing declaration for
|
* Additional interface `PossiblySentViaBotCommonMessage` was added for more explicit typing declaration for
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
kotlin.code.style=official
|
kotlin.code.style=official
|
||||||
kotlin_version=1.3.72
|
kotlin_version=1.3.72
|
||||||
kotlin_coroutines_version=1.3.6
|
kotlin_coroutines_version=1.3.7
|
||||||
kotlin_serialisation_runtime_version=0.20.0
|
kotlin_serialisation_runtime_version=0.20.0
|
||||||
klock_version=1.11.3
|
klock_version=1.11.3
|
||||||
uuid_version=0.1.0
|
uuid_version=0.1.0
|
||||||
|
Loading…
Reference in New Issue
Block a user