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