diff --git a/build.gradle.kts b/build.gradle.kts index 23e4de6..68615f9 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -88,7 +88,7 @@ kotlin { val commonMain by getting { dependencies { api("io.github.animatedledstrip:animatedledstrip-core:1.0.1") - api("io.ktor:ktor-client-core:1.5.2") + api("io.ktor:ktor-client-core:2.2.2") api("io.ktor:ktor-client-serialization:1.5.2") } }