mirror of
https://github.com/LamGC/ScalaBot.git
synced 2025-04-29 22:27:31 +00:00
build: 更新 TelegramBots 依赖项.
更新该依赖项以支持新版本的 Telegram API. 请注意: TelegramBots 已将弃用类移除.
This commit is contained in:
parent
18bc3a8d48
commit
d84465ebd9
@ -27,8 +27,8 @@ dependencies {
|
||||
|
||||
implementation("org.jdom:jdom2:2.0.6.1")
|
||||
|
||||
implementation("org.telegram:telegrambots-abilities:5.7.1")
|
||||
implementation("org.telegram:telegrambots:5.7.1")
|
||||
implementation("org.telegram:telegrambots-abilities:6.0.1")
|
||||
implementation("org.telegram:telegrambots:6.0.1")
|
||||
|
||||
implementation("io.prometheus:simpleclient:0.15.0")
|
||||
implementation("io.prometheus:simpleclient_httpserver:0.15.0")
|
||||
|
@ -7,7 +7,7 @@ plugins {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
api("org.telegram:telegrambots-abilities:5.7.1")
|
||||
api("org.telegram:telegrambots-abilities:6.0.1")
|
||||
api("org.slf4j:slf4j-api:1.7.36")
|
||||
|
||||
// There is nothing to test.
|
||||
|
Loading…
Reference in New Issue
Block a user