File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
worker_bee/worker_bee_builder Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ dependencies:
17
17
code_builder : 4.5.0
18
18
collection : ^1.15.0
19
19
crclib : ^3.0.0
20
- dart_style : 2.3.2
20
+ dart_style : 2.3.1
21
21
fixnum : ^1.0.0
22
22
grpc : ^3.0.2
23
23
html2md : ^1.2.5
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ dependencies:
14
14
build : ^2.2.1
15
15
code_builder : 4.5.0
16
16
collection : ^1.15.0
17
- dart_style : 2.3.2
17
+ dart_style : 2.3.1
18
18
meta : ^1.7.0
19
19
path : ^1.8.0
20
20
source_gen : ^1.3.2
Original file line number Diff line number Diff line change @@ -21,7 +21,9 @@ dependencies:
21
21
built_value_generator : 8.6.1
22
22
code_builder : 4.5.0
23
23
connectivity_plus : ^4.0.1
24
- dart_style : 2.3.2
24
+ # This must exactly match what's included in `dart format`
25
+ # on stable so that CI checks pass for generated code.
26
+ dart_style : 2.3.1
25
27
device_info_plus : ^9.0.0
26
28
drift : " >=2.10.0 <2.11.0"
27
29
ffigen : ^9.0.0
You can’t perform that action at this time.
0 commit comments