summaryrefslogtreecommitdiff
path: root/engine
diff options
context:
space:
mode:
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 49e0294..417423d 100644
--- a/engine/build.gradle.kts
+++ b/engine/build.gradle.kts
@@ -6,7 +6,7 @@ plugins {
dependencies {
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.10.0")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2")
- implementation("io.ktor:ktor-client-core:3.3.3")
- implementation("io.ktor:ktor-client-cio:3.3.3")
+ implementation("io.ktor:ktor-client-core:3.4.0")
+ implementation("io.ktor:ktor-client-cio:3.4.0")
compileOnly("net.kyori:adventure-api:4.26.1")
}