Skip to content

Commit

Permalink
Bump kotlinx-coroutines-test from 1.5.0-native-mt to 1.5.1-native-mt
Browse files Browse the repository at this point in the history
Bumps [kotlinx-coroutines-test](https://github.com/Kotlin/kotlinx.coroutines) from 1.5.0-native-mt to 1.5.1-native-mt.
- [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md)
- [Commits](https://github.com/Kotlin/kotlinx.coroutines/commits)

Signed-off-by: dependabot-preview[bot] <[email protected]>
  • Loading branch information
dependabot-preview[bot] authored Jul 28, 2021
1 parent 954a2b1 commit 3f4e8fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ dependencies {
androidTestImplementation ("androidx.test.espresso:espresso-idling-resource:${Versions.androidxEspresso}") {
exclude group: 'org.checkerframework', module: 'checker'
}
androidTestImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:1.5.0-native-mt" //1.2.1
androidTestImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:1.5.1-native-mt" //1.2.1
androidTestImplementation "androidx.arch.core:core-testing:2.1.0"
androidTestImplementation "com.google.truth:truth:1.1.3"

Expand Down

0 comments on commit 3f4e8fc

Please sign in to comment.