mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2024-11-22 16:23:48 +00:00
update dependencies in preview mode
This commit is contained in:
parent
9ede545e56
commit
6686aef4fa
@ -2,8 +2,11 @@
|
|||||||
|
|
||||||
## 7.1.2
|
## 7.1.2
|
||||||
|
|
||||||
|
* `Versions`:
|
||||||
|
* `Coroutines`: `1.6.4` -> `1.7.0`
|
||||||
|
* `MicroUtils`: `0.18.0` -> `0.18.2`
|
||||||
* `Core`:
|
* `Core`:
|
||||||
* Noe it is possible to serialize `Sticker`s
|
* Now it is possible to serialize `Sticker`s
|
||||||
|
|
||||||
## 7.1.1
|
## 7.1.1
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
kotlin = "1.8.21"
|
kotlin = "1.8.21"
|
||||||
kotlin-serialization = "1.5.0"
|
kotlin-serialization = "1.5.0"
|
||||||
kotlin-coroutines = "1.6.4"
|
kotlin-coroutines = "1.7.0"
|
||||||
|
|
||||||
javax-activation = "1.1.1"
|
javax-activation = "1.1.1"
|
||||||
|
|
||||||
@ -11,9 +11,9 @@ uuid = "0.7.0"
|
|||||||
ktor = "2.3.0"
|
ktor = "2.3.0"
|
||||||
|
|
||||||
ksp = "1.8.21-1.0.11"
|
ksp = "1.8.21-1.0.11"
|
||||||
kotlin-poet = "1.13.1"
|
kotlin-poet = "1.13.2"
|
||||||
|
|
||||||
microutils = "0.18.0"
|
microutils = "0.18.2-branch_0.18.2-build474"
|
||||||
|
|
||||||
github-release-plugin = "2.4.1"
|
github-release-plugin = "2.4.1"
|
||||||
dokka = "1.8.10"
|
dokka = "1.8.10"
|
||||||
|
Loading…
Reference in New Issue
Block a user