Skip to content

Commit 660066e

Browse files
Merge pull request #35 from Workiva/widen_fixnum_protobuf_ranges
Widen ranges of fixnum and protobuf
2 parents 781c886 + d073e32 commit 660066e

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
@@ -7,10 +7,10 @@ environment:
77
sdk: ">=2.11.0 <3.0.0"
88

99
dependencies:
10-
fixnum: ^0.10.0
10+
fixnum: '>=0.10.0 <2.0.0'
1111
http: ^0.12.0
1212
logging: '>=0.11.4 <2.0.0'
13-
protobuf: ^1.1.0
13+
protobuf: '>=1.1.0 <3.0.0'
1414

1515
dev_dependencies:
1616
mockito: ^5.0.7

0 commit comments

Comments
 (0)