Skip to content

Commit

Permalink
Bump versions.coroutines from 1.4.2 to 1.4.3-native-mt
Browse files Browse the repository at this point in the history
Bumps `versions.coroutines` from 1.4.2 to 1.4.3-native-mt.

Updates `kotlinx-coroutines-core` from 1.4.2 to 1.4.3-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)

Updates `kotlinx-coroutines-jdk8` from 1.4.2 to 1.4.3-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)

Updates `kotlinx-coroutines-test` from 1.4.2 to 1.4.3-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)

Updates `kotlinx-coroutines-android` from 1.4.2 to 1.4.3-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>
  • Loading branch information
dependabot[bot] committed Apr 12, 2021
1 parent c8f25be commit d53ac49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ buildscript {

ext.versions = [
kotlin: '1.4.32',
coroutines: '1.4.3',
coroutines: '1.4.3-native-mt',
slf4j: '1.7.30',
lazysodium: '5.0.1',
jupiter: '5.7.1'
Expand Down

0 comments on commit d53ac49

Please sign in to comment.