Bump kotlinx-coroutines-test from 1.5.1 to 1.5.2 (#1477)

This commit is contained in:
dependabot[bot]
2021-09-05 18:10:22 +00:00
committed by GitHub
parent a43acaaa07
commit 0008a72be1

View File

@ -228,7 +228,7 @@ dependencies {
testImplementation "junit:junit:4.13.2"
testImplementation "io.mockk:mockk:$mockk"
testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.5.1'
testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.5.2'
testImplementation "org.jetbrains.kotlin:kotlin-test:$kotlin_version"
testImplementation 'org.robolectric:robolectric:4.6.1'