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