summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2026-01-11 09:51:48 +0000
committerGitHub <noreply@github.com>2026-01-11 09:51:48 +0000
commit14f8e5ab7eea084e27fd8987a623fca775644aaa (patch)
treec15a3f1bb5b2032d8a126084127b961c85d212ff
parentefdaff7325f6ae7abec46b64d5b4b6019c01f5f2 (diff)
downloadLunaticChat-14f8e5ab7eea084e27fd8987a623fca775644aaa.tar.gz
LunaticChat-14f8e5ab7eea084e27fd8987a623fca775644aaa.tar.bz2
LunaticChat-14f8e5ab7eea084e27fd8987a623fca775644aaa.zip
fix(deps): update dependency com.charleskorn.kaml:kaml to v0.104.0 (#26)v0.3.1
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
-rw-r--r--platform-paper/build.gradle.kts2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform-paper/build.gradle.kts b/platform-paper/build.gradle.kts
index 41f073c..98034d5 100644
--- a/platform-paper/build.gradle.kts
+++ b/platform-paper/build.gradle.kts
@@ -16,7 +16,7 @@ dependencies {
api(project(":engine"))
compileOnly("io.papermc.paper:paper-api:1.21.11-R0.1-SNAPSHOT")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.9.0")
- implementation("com.charleskorn.kaml:kaml:0.102.0")
+ implementation("com.charleskorn.kaml:kaml:0.104.0")
implementation("org.jetbrains.kotlin:kotlin-reflect:2.3.0")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2")
implementation("io.ktor:ktor-client-core:3.3.3")