Skip to content
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

Replace use of deprecated mapMap with map literals #1034

Merged
merged 3 commits into from Jun 22, 2020
Merged

Conversation

jathak
Copy link
Member

@jathak jathak commented Jun 22, 2020

The test package fixed the macOS issue in 1.15.1, so I've also bumped that version.

1.15.1 fixes the issue on macOS, so I'm setting that to the new minimum.
@jathak jathak requested a review from nex3 June 22, 2020 16:55
pubspec.yaml Outdated
@@ -44,5 +44,5 @@ dev_dependencies:
stream_channel: ">=1.0.0 <3.0.0"
test_descriptor: "^1.1.0"
test_process: "^1.0.0-rc.1"
test: ">=0.12.42 <2.0.0"
test: ">=1.15.1 <2.0.0"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Usually we don't increase the lower bound to get bug fixes. It's still (presumably) the case that version 0.12.42 works fine, it's just 1.15.0 specifically that doesn't. Now that 1.15.1 is out, there's no reason the old version would be selected anyway.

@jathak jathak merged commit 7933e9e into master Jun 22, 2020
@jathak jathak deleted the fix-ci-errors branch June 22, 2020 20:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants