Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Widen deps range on built_value to allow null safety. #306

Merged
merged 2 commits into from
Jan 12, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ environment:
sdk: '>=2.7.0 <3.0.0'

dependencies:
built_collection: '>=3.0.0 <5.0.0'
built_value: ^7.0.0
built_collection: '>=3.0.0 <6.0.0'
built_value: '>=7.0.0 <9.0.0'
collection: ^1.14.0
matcher: ^0.12.0
meta: ^1.0.5
Expand Down