mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI-examples.git
synced 2024-11-09 01:43:53 +00:00
Merge pull request #294 from InsanusMokrassar/renovate/major-ktor-monorepo
Update dependency io.ktor:ktor-client-logging-jvm to v3
This commit is contained in:
commit
280f5abce0
@ -33,6 +33,6 @@ kotlin {
|
||||
}
|
||||
|
||||
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 "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