mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI-examples.git
synced 2025-12-29 09:29:13 +00:00
Compare commits
1 Commits
28.0.0
...
e7ba5c2906
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e7ba5c2906 |
@@ -33,6 +33,6 @@ kotlin {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation 'io.ktor:ktor-client-logging-jvm:2.3.5'
|
implementation 'io.ktor:ktor-client-logging-jvm:2.3.6'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -18,5 +18,5 @@ dependencies {
|
|||||||
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
|
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
|
||||||
|
|
||||||
implementation "dev.inmo:tgbotapi:$telegram_bot_api_version"
|
implementation "dev.inmo:tgbotapi:$telegram_bot_api_version"
|
||||||
implementation 'io.ktor:ktor-client-logging-jvm:2.3.5'
|
implementation 'io.ktor:ktor-client-logging-jvm:2.3.6'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user