Skip to content

Commit 5215e25

Browse files
fix(deps): update kotlinx-coroutines monorepo
1 parent d8b58b4 commit 5215e25

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

android/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,11 @@ publishing {
9797
}
9898

9999
dependencies {
100-
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3")
100+
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2")
101101
testImplementation("junit:junit:4.13.2")
102102
testImplementation("org.mockito.kotlin:mockito-kotlin:5.4.0")
103-
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.3")
104-
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-debug:1.7.3")
103+
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.2")
104+
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-debug:1.10.1")
105105
}
106106

107107
signing {

0 commit comments

Comments
 (0)