-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump kotlinx-coroutines-android from 1.4.2 to 1.4.3-native-mt #38
Bump kotlinx-coroutines-android from 1.4.2 to 1.4.3-native-mt #38
Conversation
I think this one is a bit strange... should we allow such If I look at the Github for Coroutines it's just the 1.4.3 version 🤔 |
@dependabot rebase |
2d7e06b
to
65586a8
Compare
@ChristianoBolla-Appwise I also don't understand why it used the |
65586a8
to
4f89d51
Compare
Bumps [kotlinx-coroutines-android](https://github.com/Kotlin/kotlinx.coroutines) 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>
4f89d51
to
da90f82
Compare
I wasn't even aware of what the Mainly talks about that there was an issue with multi threading in Ktor and such... |
True I found the same, as I think that we don't need to have native Kotlin multithreading (yet?) I will try to figure out if I can add an ignore filter for |
After some research and testing it seems that Dependabot doesn't support regex filtering for versions. I will try to keep track of this issue in the dependabot-core project. |
Removed '-native-mt' as we do not need the multithreading coroutines for now.
Bumps kotlinx-coroutines-android from 1.4.2 to 1.4.3-native-mt.
Release notes
Sourced from kotlinx-coroutines-android's releases.
Changelog
Sourced from kotlinx-coroutines-android's changelog.
Commits
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)