From c1f761452cc6214f913894055f44709cc503e749 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 22:51:00 +0000 Subject: [PATCH] Update ktor monorepo to v3.0.1-eap-1112 --- libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs.versions.toml b/libs.versions.toml index 4c104b9..ee0d5c0 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-1112" kotlinx-serialization = "1.7.3" kotlinx-atomicfu = "0.25.0" okhttp = "4.12.0"