mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI-examples.git
synced 2024-12-22 00:27:19 +00:00
Update ktor monorepo to v3.0.3
This commit is contained in:
parent
6a61da2eb7
commit
f3fc6d3c56
@ -33,6 +33,6 @@ kotlin {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'io.ktor:ktor-client-logging-jvm:3.0.1'
|
||||
implementation 'io.ktor:ktor-client-logging-jvm:3.0.3'
|
||||
}
|
||||
|
||||
|
@ -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:3.0.1'
|
||||
implementation 'io.ktor:ktor-client-logging-jvm:3.0.3'
|
||||
}
|
||||
|
@ -9,5 +9,5 @@ kotlin_version=2.1.0
|
||||
telegram_bot_api_version=22.0.0
|
||||
micro_utils_version=0.23.2
|
||||
serialization_version=1.7.3
|
||||
ktor_version=3.0.2
|
||||
ktor_version=3.0.3
|
||||
compose_version=1.7.1
|
||||
|
Loading…
Reference in New Issue
Block a user