mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2024-11-22 00:03:48 +00:00
Migrate onto 9.0.0 and update dependenices
Update libs.versions.toml Update CHANGELOG.md Update gradle.properties Update CHANGELOG.md
This commit is contained in:
parent
b3a657b7d6
commit
81ed820602
@ -1,6 +1,8 @@
|
||||
# TelegramBotAPI changelog
|
||||
|
||||
## 8.1.1
|
||||
## 9.0.0
|
||||
|
||||
**THIS UPDATE CONTAINS BREAKING CHANGES: USERNAMES OF BOTS NOW BECAME NULLABLE**
|
||||
|
||||
* `Utils`:
|
||||
* Improve extension `Update.sourceChat` to add opportunity to select some chats by logic different with the default
|
||||
|
@ -6,4 +6,4 @@ kotlin.incremental=true
|
||||
kotlin.incremental.js=true
|
||||
|
||||
library_group=dev.inmo
|
||||
library_version=8.1.1
|
||||
library_version=9.0.0
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
kotlin = "1.8.22"
|
||||
kotlin-serialization = "1.5.1"
|
||||
kotlin-coroutines = "1.7.1"
|
||||
kotlin-coroutines = "1.7.2"
|
||||
|
||||
javax-activation = "1.1.1"
|
||||
|
||||
@ -13,7 +13,7 @@ ktor = "2.3.2"
|
||||
ksp = "1.8.22-1.0.11"
|
||||
kotlin-poet = "1.14.2"
|
||||
|
||||
microutils = "0.19.6"
|
||||
microutils = "0.19.7"
|
||||
|
||||
github-release-plugin = "2.4.1"
|
||||
dokka = "1.8.20"
|
||||
|
Loading…
Reference in New Issue
Block a user