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 {
5353
5454 sourceSets {
5555 commonMain.dependencies {
56- implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 " )
56+ implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 " )
5757 implementation(" org.jetbrains.kotlinx:kotlinx-collections-immutable:0.4.0" )
5858 }
5959 commonTest.dependencies {
6060 implementation(" org.jetbrains.kotlin:kotlin-test:2.2.10" )
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 " )
6363 }
6464 }
6565}
You can’t perform that action at this time.
0 commit comments