Skip to content

Commit 34a5ea6

Browse files
fix(deps): update ktor monorepo (#22)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 17c1174 commit 34a5ea6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composeApp/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@ kotlin {
3232
sourceSets {
3333
val wasmJsMain by getting {
3434
dependencies {
35-
implementation("io.ktor:ktor-client-js:3.0.0-beta-2")
35+
implementation("io.ktor:ktor-client-js:3.2.0")
3636
}
3737
}
3838

3939
val desktopMain by getting {
4040
dependencies {
4141
implementation(compose.desktop.currentOs)
4242
implementation(libs.kotlinx.coroutines.swing)
43-
implementation("io.ktor:ktor-client-cio:3.0.0-beta-2")
43+
implementation("io.ktor:ktor-client-cio:3.0.0")
4444
}
4545
}
4646

@@ -51,7 +51,7 @@ kotlin {
5151
implementation(compose.ui)
5252
implementation(compose.components.resources)
5353
implementation(compose.components.uiToolingPreview)
54-
implementation("io.ktor:ktor-client-core:3.0.0-beta-2")
54+
implementation("io.ktor:ktor-client-core:3.2.0")
5555
implementation("com.charleskorn.kaml:kaml:0.61.0")
5656
}
5757
}

0 commit comments

Comments
 (0)