Skip to content

Commit

Permalink
Pin the analyzer version as a temporary workaround for dart-lang/sdk#…
Browse files Browse the repository at this point in the history
…42163 (flutter#18755)

A recent change to the analyzer package introduced an API incompatibility with
the build_resolvers package.  The analyzer package needs to be pinned to an
older version until this is resolved.
  • Loading branch information
jason-simmons committed Jun 2, 2020
1 parent f46dde1 commit 33a1f1a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/web_ui/pubspec.yaml
Expand Up @@ -8,6 +8,8 @@ dependencies:
meta: 1.1.8

dev_dependencies:
# Pin the analyzer version as a temporary workaround for https://github.com/dart-lang/sdk/issues/42163
analyzer: 0.39.8
http: 0.12.0+4
image: 2.1.4
mockito: 4.1.1
Expand Down

0 comments on commit 33a1f1a

Please sign in to comment.