Bump analyzer_plugin's maximum supported analyzer version

analyzer_plugin has max constraint to analyzer version 0.38.0 while the latest version is 0.38.3 and it causes a lot of issues for libraries that use it (built_value for instance)

Closes #38558
https://github.com/dart-lang/sdk/pull/38558

GitOrigin-RevId: 83fb8a811cae2845aec5e66a2f53259e7b347eb2
Change-Id: I68a7f4e8108d06565e9ef9d2d0411c97d4f09993
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/118721
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: Brian Wilkerson <brianwilkerson@google.com>
This commit is contained in:
Zabelnikov Sergey 2019-09-26 14:04:42 +00:00 committed by commit-bot@chromium.org
parent 6ff8d2199d
commit d2c0bffde3

View file

@ -8,7 +8,7 @@ environment:
sdk: '>=2.0.0 <3.0.0'
dependencies:
analyzer: '>=0.35.3 <0.38.0'
analyzer: '>=0.35.3 <0.39.0'
charcode: '^1.1.0'
dart_style: '^1.2.0'
html: '>=0.13.1 <0.15.0'