diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2026-03-03 12:54:42 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-03 12:54:42 +0000 |
| commit | c73a6fe05a9ba35f38268421a5dc8a6f6f7749f8 (patch) | |
| tree | 52327a80e5d5b5d21c051b78e9b73d8e92d8300e | |
| parent | e02f825dbba52d3100c86e6f783cd88a33b7ed22 (diff) | |
| download | LunaticChat-c73a6fe05a9ba35f38268421a5dc8a6f6f7749f8.tar.gz LunaticChat-c73a6fe05a9ba35f38268421a5dc8a6f6f7749f8.tar.bz2 LunaticChat-c73a6fe05a9ba35f38268421a5dc8a6f6f7749f8.zip | |
fix(deps): update ktor monorepo to v3.4.1 (#129)
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 0f4e419..0957a7d 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.10.0") api("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2") - api("io.ktor:ktor-client-core:3.4.0") - api("io.ktor:ktor-client-cio:3.4.0") + api("io.ktor:ktor-client-core:3.4.1") + api("io.ktor:ktor-client-cio:3.4.1") // Adventure API (provided by platform implementations) compileOnly("net.kyori:adventure-api:4.26.1") |
