We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a19534 commit 305ac82Copy full SHA for 305ac82
app/build.gradle
@@ -111,6 +111,6 @@ dependencies {
111
testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:$coroutines_version"
112
testImplementation "io.kotest:kotest-assertions-core-jvm:6.0.7"
113
testImplementation 'app.cash.turbine:turbine:1.2.1'
114
- testImplementation 'org.junit.vintage:junit-vintage-engine:6.0.1'
+ testImplementation 'org.junit.vintage:junit-vintage-engine:6.0.2'
115
testImplementation "io.coil-kt.coil3:coil-test:$coil_version"
116
}
0 commit comments