Commit e4ddd950 authored by Hixie's avatar Hixie

Pin analyzer package so that we're consistent

See the comment in the patch for details.
parent 0c05666e
......@@ -16,6 +16,14 @@ dependencies:
# on test.
test: 0.12.6+1
# We have to pin analyzer to 0.27.1 because the flx package depends
# on pointycastle which depends on reflectable which depends on
# analyzer 0.27.1 and if we don't pin it here, then different
# packages end up bringing in different analyzer versions which
# results in 'flutter analyze' (which uses an entirely different
# analyzer, by the way!) complaining about the inconsistency.
analyzer: 0.27.1
sky_engine:
path: ../../bin/cache/pkg/sky_engine
sky_services:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment