diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2026-04-22 14:50:03 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-22 14:50:03 +0000 |
| commit | c2cde167a66e45d58151c513926a5aad826148f8 (patch) | |
| tree | 84f5fe12c85a0bdc5a77299cb0759066bbf6e5ba /engine | |
| parent | ba212beb7d3d358a73579099ca61d71631c4a8c0 (diff) | |
| download | LunaticChat-c2cde167a66e45d58151c513926a5aad826148f8.tar.gz LunaticChat-c2cde167a66e45d58151c513926a5aad826148f8.tar.bz2 LunaticChat-c2cde167a66e45d58151c513926a5aad826148f8.zip | |
fix(deps): update ktor monorepo to v3.4.3 (#189)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to 'engine')
| -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 0953434..2916e79 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.10.2") - api("io.ktor:ktor-client-core:3.4.2") - api("io.ktor:ktor-client-cio:3.4.2") + api("io.ktor:ktor-client-core:3.4.3") + api("io.ktor:ktor-client-cio:3.4.3") // Adventure API (provided by platform implementations) compileOnly("net.kyori:adventure-api:4.26.1") |
