diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2026-01-05 15:05:57 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-05 15:05:57 +0000 |
| commit | 9ee129ab3ea574e2b0a4924e8bb5e563c14bc8da (patch) | |
| tree | d3d015f2966ce129697c6fc02877163b8e8f2dd9 /engine | |
| parent | c6b78069644dc2a54537e26b3b100355f82dab5b (diff) | |
| download | LunaticChat-9ee129ab3ea574e2b0a4924e8bb5e563c14bc8da.tar.gz LunaticChat-9ee129ab3ea574e2b0a4924e8bb5e563c14bc8da.tar.bz2 LunaticChat-9ee129ab3ea574e2b0a4924e8bb5e563c14bc8da.zip | |
fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.9.0 (#6)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to 'engine')
| -rw-r--r-- | engine/build.gradle.kts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/build.gradle.kts b/engine/build.gradle.kts index 9706c62..e1b7c51 100644 --- a/engine/build.gradle.kts +++ b/engine/build.gradle.kts @@ -5,5 +5,5 @@ plugins { dependencies { // JSON シリアライゼーション - implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.3") + implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.9.0") } |
