diff --git a/app/build.gradle b/app/build.gradle index 596f904..12c5d1e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -229,7 +229,7 @@ dependencies { testImplementation "androidx.test:core-ktx:1.4.0" testImplementation "androidx.arch.core:core-testing:2.1.0" testImplementation "org.robolectric:robolectric:4.7.3" - testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6.0' + testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6.2' androidTestImplementation 'org.junit.jupiter:junit-jupiter:5.7.2' androidTestImplementation 'androidx.test:core:1.4.0' @@ -237,6 +237,6 @@ dependencies { androidTestImplementation 'com.android.support.test:runner:1.0.2' androidTestImplementation "androidx.room:room-testing:2.4.2" androidTestImplementation "androidx.arch.core:core-testing:2.1.0" - androidTestImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.5.0' + androidTestImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6.2' }