File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments