From 08f7b5e713be744c94f3af2c6267e2067195ab30 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 21:06:01 +0000 Subject: [PATCH] Update ktor monorepo to v3.0.1-eap-1118 --- libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs.versions.toml b/libs.versions.toml index 5bbd802..936f7ad 100644 --- a/libs.versions.toml +++ b/libs.versions.toml @@ -1,7 +1,7 @@ [versions] kotlin = "2.0.20" -ktor = "3.0.0-rc-1" +ktor = "3.0.1-eap-1118" kotlinx-serialization = "1.7.3" kotlinx-atomicfu = "0.25.0" okhttp = "4.12.0"