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