| Index: pubspec.yaml
|
| diff --git a/pubspec.yaml b/pubspec.yaml
|
| index ee8e2eff81cddfbf14aeeed6eb1c21ea86db3999..8c01c7a18efbb8acd8854ad4257f1cba08be5db7 100644
|
| --- a/pubspec.yaml
|
| +++ b/pubspec.yaml
|
| @@ -8,10 +8,10 @@ dependencies:
|
| args: ^0.12.1
|
| cli_util: ^0.0.1
|
| crypto: ^0.9.0
|
| - dart_style:
|
| - git:
|
| - url: git@github.com:dart-lang/dart_style.git
|
| - ref: master
|
| + # We pin a specific version to ensure everyone is formatting the code exactly
|
| + # the same way. This is because any change in dart_style, even non-braking
|
| + # changes, may change the output format.
|
| + dart_style: 0.1.7
|
| html5lib: ^0.12.0
|
| logging: ^0.9.2
|
| path: ^1.3.0
|
|
|