Compare commits

..

1 Commits

Author SHA1 Message Date
renovate[bot]
aa0394e4e8 Update ktor monorepo to v3.4.1 2026-03-05 12:53:21 +00:00
2 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.2.3'
implementation 'io.ktor:ktor-client-logging-jvm:3.4.1'
}

View File

@@ -6,8 +6,8 @@ kotlin.daemon.jvmargs=-Xmx3g -Xms500m
kotlin_version=2.2.21
telegram_bot_api_version=32.0.0
telegram_bot_api_version=31.2.0
micro_utils_version=0.26.9
serialization_version=1.9.0
ktor_version=3.3.2
ktor_version=3.4.1
compose_version=1.8.2