Skip to content

Commit 0396f64

Browse files
fix(deps): update kotlinx-coroutines monorepo to v1.10.1
1 parent a8b5df2 commit 0396f64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

android/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,10 @@ 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.1")
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")
103+
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.1")
104104
}
105105

106106
signing {

0 commit comments

Comments
 (0)