diff --git a/build.gradle.kts b/build.gradle.kts index 9bdfc56..41c9585 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -27,7 +27,7 @@ dependencies { testImplementation("io.kotest.extensions:kotest-assertions-arrow:1.4.0") - implementation(platform("io.ktor:ktor-bom:2.3.10")) + implementation(platform("io.ktor:ktor-bom:2.3.11")) testImplementation("io.ktor:ktor-client-content-negotiation") testImplementation("io.ktor:ktor-serialization-kotlinx-json")