summaryrefslogtreecommitdiff
path: root/engine
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2026-03-27 17:57:47 +0000
committerGitHub <noreply@github.com>2026-03-27 17:57:47 +0000
commit9cf83f1c8c241b71ebf264e621e203822617d91e (patch)
tree5b8548f61a1a50cdc30712e45b4a6b6dbe5c3781 /engine
parentfa1383aed7be7213bf191018a19b4c8cf31fdc6a (diff)
downloadLunaticChat-9cf83f1c8c241b71ebf264e621e203822617d91e.tar.gz
LunaticChat-9cf83f1c8c241b71ebf264e621e203822617d91e.tar.bz2
LunaticChat-9cf83f1c8c241b71ebf264e621e203822617d91e.zip
fix(deps): update ktor monorepo to v3.4.2 (#157)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to 'engine')
-rw-r--r--engine/build.gradle.kts4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/build.gradle.kts b/engine/build.gradle.kts
index 0957a7d..dfea74e 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.1")
- api("io.ktor:ktor-client-cio:3.4.1")
+ api("io.ktor:ktor-client-core:3.4.2")
+ api("io.ktor:ktor-client-cio:3.4.2")
// Adventure API (provided by platform implementations)
compileOnly("net.kyori:adventure-api:4.26.1")