diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2026-07-31 13:13:45 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-31 13:13:45 +0000 |
| commit | c2575cc3089819e3cd877c743b78f11bc9131e79 (patch) | |
| tree | f20c72a1fc5de0dfa120e31c3e69e0e2a0476592 | |
| parent | e875396e66eeb8aaa6e140b5ed50ba6bb0c7d4a7 (diff) | |
| download | LunaticChat-c2575cc3089819e3cd877c743b78f11bc9131e79.tar.gz LunaticChat-c2575cc3089819e3cd877c743b78f11bc9131e79.tar.bz2 LunaticChat-c2575cc3089819e3cd877c743b78f11bc9131e79.zip | |
fix(deps): update ktor monorepo to v3.5.2 (#256)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
| -rw-r--r-- | engine/build.gradle.kts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/build.gradle.kts b/engine/build.gradle.kts index b339cd5..cef169a 100644 --- a/engine/build.gradle.kts +++ b/engine/build.gradle.kts @@ -7,8 +7,8 @@ dependencies { // Core dependencies (exposed to platform modules via api()) api("org.jetbrains.kotlinx:kotlinx-serialization-json:1.11.0") api("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.11.0") - api("io.ktor:ktor-client-core:3.5.1") - api("io.ktor:ktor-client-cio:3.5.1") + api("io.ktor:ktor-client-core:3.5.2") + api("io.ktor:ktor-client-cio:3.5.2") // Adventure API (provided by platform implementations) compileOnly("net.kyori:adventure-api:4.26.1") |
