Skip to content

Commit 1b32fbf

Browse files
fix(deps): update kotlinx-coroutines monorepo to v1.11.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6ea0469 commit 1b32fbf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ val workVersion = "2.11.2"
4040
val espressoVersion = "3.7.0"
4141
val androidxTestVersion = "1.5.0"
4242
val media3Version = "1.10.1"
43-
val coroutinesVersion = "1.10.2"
43+
val coroutinesVersion = "1.11.0"
4444
val mockitoKotlinVersion = "6.3.0"
4545

4646
android {
@@ -360,7 +360,7 @@ dependencies {
360360

361361
androidTestImplementation("androidx.test:core:1.7.0")
362362

363-
androidTestImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.2")
363+
androidTestImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.11.0")
364364
androidTestImplementation("androidx.test:core-ktx:1.7.0")
365365
androidTestImplementation("org.mockito:mockito-android:5.22.0")
366366
androidTestImplementation("androidx.work:work-testing:$workVersion")

0 commit comments

Comments
 (0)