diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 65ec651..0d4f688 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -213,7 +213,7 @@ dependencies { implementation("com.airbnb.android:lottie-compose:6.0.0") testImplementation("junit:junit:4.13.2") - testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6.4") + testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.1") // MockK testImplementation("io.mockk:mockk:1.13.4")