Update ktor monorepo to v3.1.0

This commit is contained in:
renovate[bot]
2025-02-11 19:14:32 +00:00
committed by GitHub
parent f6bce640da
commit a0332c4efd
3 changed files with 3 additions and 3 deletions

View File

@@ -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.3'
implementation 'io.ktor:ktor-client-logging-jvm:3.1.0'
}