mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI-examples.git
synced 2024-11-22 16:23:54 +00:00
Compare commits
2 Commits
541b76b292
...
280f5abce0
Author | SHA1 | Date | |
---|---|---|---|
280f5abce0 | |||
|
ed81e76ef8 |
@ -33,6 +33,6 @@ kotlin {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation 'io.ktor:ktor-client-logging-jvm:2.3.12'
|
implementation 'io.ktor:ktor-client-logging-jvm:3.0.1'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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.12'
|
implementation 'io.ktor:ktor-client-logging-jvm:3.0.1'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user