diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2026-01-22 09:49:34 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-22 09:49:34 +0000 |
| commit | a31dad6b91103bcd44459e1622c916f716d5cd48 (patch) | |
| tree | 826e1a18fdcaeb8520bf5490fd014e6ee40ca569 /platform-paper/build.gradle.kts | |
| parent | acbc79322ecf3235b0f2cd455b6f0902790ca1d7 (diff) | |
| download | LunaticChat-a31dad6b91103bcd44459e1622c916f716d5cd48.tar.gz LunaticChat-a31dad6b91103bcd44459e1622c916f716d5cd48.tar.bz2 LunaticChat-a31dad6b91103bcd44459e1622c916f716d5cd48.zip | |
fix(deps): update ktor monorepo to v3.4.0 (#53)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to 'platform-paper/build.gradle.kts')
| -rw-r--r-- | platform-paper/build.gradle.kts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/platform-paper/build.gradle.kts b/platform-paper/build.gradle.kts index 91027da..8f9d890 100644 --- a/platform-paper/build.gradle.kts +++ b/platform-paper/build.gradle.kts @@ -19,8 +19,8 @@ dependencies { 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") - 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") } tasks { |
