diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2026-01-21 17:36:44 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-21 17:36:44 +0000 |
| commit | acbc79322ecf3235b0f2cd455b6f0902790ca1d7 (patch) | |
| tree | 42e0d1e26656597a206f9c5246c95142721a7105 /engine | |
| parent | 9f870d14f8084f83b3adbc6c93a89955b17a8577 (diff) | |
| download | LunaticChat-acbc79322ecf3235b0f2cd455b6f0902790ca1d7.tar.gz LunaticChat-acbc79322ecf3235b0f2cd455b6f0902790ca1d7.tar.bz2 LunaticChat-acbc79322ecf3235b0f2cd455b6f0902790ca1d7.zip | |
fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.10.0 (#52)
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 805c721..49e0294 100644 --- a/engine/build.gradle.kts +++ b/engine/build.gradle.kts @@ -4,7 +4,7 @@ plugins { } dependencies { - implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.9.0") + 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") |
