Skip to content

Commit

Permalink
Bump kotlinx-coroutines-core from 1.4.3-native-mt to 1.5.0-native-mt (#…
Browse files Browse the repository at this point in the history
…2299)

Bumps [kotlinx-coroutines-core](https://github.com/Kotlin/kotlinx.coroutines) from 1.4.3-native-mt to 1.5.0-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[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 17, 2021
1 parent 6f9108b commit 75795bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/dependencies.gradle
Expand Up @@ -39,5 +39,5 @@ libraries.kotlin = [
version: kotlinVersion,

stdlib: "org.jetbrains.kotlin:kotlin-stdlib:${kotlinVersion}",
coroutines: 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.3-native-mt',
coroutines: 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.0-native-mt',
]

0 comments on commit 75795bb

Please sign in to comment.