diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2026-05-08 13:09:08 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-08 13:09:08 +0000 |
| commit | a35c9a6c1a2f70c07e91c53417ec355f25603d5d (patch) | |
| tree | e3b7885672ba5b35f12eb5cb3c98fe4751a35a4b /engine/build.gradle.kts | |
| parent | 8b7ce2853aeca22b6eff61e3faac6fb8671aa17b (diff) | |
| download | LunaticChat-a35c9a6c1a2f70c07e91c53417ec355f25603d5d.tar.gz LunaticChat-a35c9a6c1a2f70c07e91c53417ec355f25603d5d.tar.bz2 LunaticChat-a35c9a6c1a2f70c07e91c53417ec355f25603d5d.zip | |
fix(deps): update kotlinx-coroutines monorepo to v1.11.0 (#200)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to 'engine/build.gradle.kts')
| -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 2916e79..a08fde5 100644 --- a/engine/build.gradle.kts +++ b/engine/build.gradle.kts @@ -6,7 +6,7 @@ plugins { dependencies { // Core dependencies (exposed to platform modules via api()) api("org.jetbrains.kotlinx:kotlinx-serialization-json:1.11.0") - api("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2") + api("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.11.0") api("io.ktor:ktor-client-core:3.4.3") api("io.ktor:ktor-client-cio:3.4.3") |
