Skip to content

Commit 1643f66

Browse files
Dillon Nysdnys1
authored andcommitted
chore(repo): Rollback dart_style
1 parent 5340ed7 commit 1643f66

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

packages/smithy/smithy_codegen/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies:
1717
code_builder: 4.5.0
1818
collection: ^1.15.0
1919
crclib: ^3.0.0
20-
dart_style: 2.3.2
20+
dart_style: 2.3.1
2121
fixnum: ^1.0.0
2222
grpc: ^3.0.2
2323
html2md: ^1.2.5

packages/worker_bee/worker_bee_builder/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies:
1414
build: ^2.2.1
1515
code_builder: 4.5.0
1616
collection: ^1.15.0
17-
dart_style: 2.3.2
17+
dart_style: 2.3.1
1818
meta: ^1.7.0
1919
path: ^1.8.0
2020
source_gen: ^1.3.2

pubspec.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ dependencies:
2121
built_value_generator: 8.6.1
2222
code_builder: 4.5.0
2323
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
2527
device_info_plus: ^9.0.0
2628
drift: ">=2.10.0 <2.11.0"
2729
ffigen: ^9.0.0

0 commit comments

Comments
 (0)