Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Commit d977a99

Browse files
kevmoomatanlurey
authored andcommitted
Support the latest built_collection and build_runner packages (#181)
1 parent 299ffaf commit d977a99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ web:
1212
debug: dartdevc
1313

1414
dependencies:
15-
built_collection: ^1.0.0
15+
built_collection: '>=1.0.0 <3.0.0'
1616
built_value: '>=2.0.0 <5.0.0'
1717
# TODO: Move to dev_dependency in 3.0.0.
1818
dart_style: ^1.0.0
1919
matcher: ^0.12.0
2020
meta: ^1.0.5
2121

2222
dev_dependencies:
23-
build_runner: '>=0.4.0 <0.6.0'
23+
build_runner: '>=0.4.0 <0.7.0'
2424
built_value_generator: '>=2.0.0 <5.0.0'
2525
source_gen: '^0.7.0'
2626
test: ^0.12.0

0 commit comments

Comments
 (0)