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 {
4646
4747 sourceSets {
4848 commonMain.dependencies {
49- implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 " )
49+ implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 " )
5050 implementation(" org.jetbrains.kotlinx:kotlinx-collections-immutable:0.4.0" )
5151 }
5252 commonTest.dependencies {
5353 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 " )
5656 }
5757 }
5858}
You can’t perform that action at this time.
0 commit comments