Skip to content

Commit c711606

Browse files
fix(deps): update kotlinx-coroutines monorepo to v1.10.1
1 parent 9cd73aa commit c711606

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
@@ -96,10 +96,10 @@ publishing {
9696
}
9797

9898
dependencies {
99-
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3")
99+
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
100100
testImplementation("junit:junit:4.13.2")
101101
testImplementation("org.mockito.kotlin:mockito-kotlin:5.1.0")
102-
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.3")
102+
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.1")
103103
}
104104

105105
signing {

0 commit comments

Comments
 (0)