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