Skip to content

Commit e8fc86c

Browse files
Loosen built_value lower bound
+ Turns out some consumers had not yet got off of 4.x (sadpanda)
1 parent a859a71 commit e8fc86c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies:
1111
analyzer: ">=0.30.0+4 <=0.31.0"
1212
barback: ">=0.15.2 <=0.15.2+14"
1313
built_redux: ^7.4.2
14-
built_value: ">=5.1.3 <5.2.0" # >=5.2.0 is Dart 2 SDK only
14+
built_value: ">=4.6.1 <5.2.0" # >=5.2.0 is Dart 2 SDK only
1515
js: ^0.6.1+1
1616
logging: ">=0.11.3+2 <1.0.0"
1717
meta: ^1.1.6

0 commit comments

Comments
 (0)