From 8c9a5b5935c2f0587b0b8ecf9b571c377504f5b1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 22:12:01 +0000 Subject: [PATCH] Update ktor monorepo to v3.1.0-eap-1186 --- libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs.versions.toml b/libs.versions.toml index c8df249..56b93f1 100644 --- a/libs.versions.toml +++ b/libs.versions.toml @@ -1,7 +1,7 @@ [versions] kotlin = "2.0.21" -ktor = "3.0.0-rc-1" +ktor = "3.1.0-eap-1186" kotlinx-serialization = "1.7.3" kotlinx-atomicfu = "0.25.0" okhttp = "4.12.0"