We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 459a70c commit fb8d9c0Copy full SHA for fb8d9c0
2 files changed
RightsChangerBot/build.gradle
@@ -18,5 +18,5 @@ dependencies {
18
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
19
20
implementation "dev.inmo:tgbotapi:$telegram_bot_api_version"
21
- implementation 'io.ktor:ktor-client-logging-jvm:3.1.0'
+ implementation 'io.ktor:ktor-client-logging-jvm:3.2.1'
22
}
gradle.properties
@@ -9,5 +9,5 @@ kotlin_version=2.1.20
9
telegram_bot_api_version=26.0.0
10
micro_utils_version=0.25.7
11
serialization_version=1.8.1
12
-ktor_version=3.1.3
+ktor_version=3.2.1
13
compose_version=1.8.0
0 commit comments