diff --git a/CHANGELOG.md b/CHANGELOG.md index 29ff8c6be15..4e45582c149 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -90,12 +90,9 @@ #### Linter -The Linter was updated to `0.1.92`, which includes the following changes: +The Linter was updated to `0.1.93`, which includes the following changes: -* Improvements to `prefer_collection_literals` to better handle `LinkedHashSet`s and `LinkedHashMap`s -* Updates to the Effective Dart rule set -* Updates `prefer_final_fields` to be more inclusive -* Miscellaneous documentation fixes +* new lint: `avoid_print` ## 2.4.0 - 2019-06-27 diff --git a/DEPS b/DEPS index 7868be25aaa..f38a4bf9537 100644 --- a/DEPS +++ b/DEPS @@ -96,7 +96,7 @@ vars = { "intl_tag": "0.15.7", "jinja2_rev": "2222b31554f03e62600cd7e383376a7c187967a1", "json_rpc_2_tag": "2.0.9", - "linter_tag": "0.1.92", + "linter_tag": "0.1.93", "logging_tag": "0.11.3+2", "markupsafe_rev": "8f45f5cfa0009d2a70589bcda0349b8cb2b72783", "markdown_tag": "2.0.3",