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 Mar 23, 2021
1 parent 1600099 commit 7c9afb4
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 @@ -28,7 +28,7 @@ buildscript {

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

0 comments on commit 7c9afb4

Please sign in to comment.