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 @@ -53,13 +53,13 @@ kotlin {
53
53
54
54
sourceSets {
55
55
commonMain.dependencies {
56
- implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 " )
56
+ implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 " )
57
57
implementation(" org.jetbrains.kotlinx:kotlinx-collections-immutable:0.4.0" )
58
58
}
59
59
commonTest.dependencies {
60
60
implementation(" org.jetbrains.kotlin:kotlin-test:2.1.21" )
61
- implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.3 " )
62
- implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-debug:1.7.3 " )
61
+ implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.2 " )
62
+ implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-debug:1.10.2 " )
63
63
}
64
64
}
65
65
}
You can’t perform that action at this time.
0 commit comments