From e07549c3a30d60da5ed6c9c560107cc68ce71040 Mon Sep 17 00:00:00 2001 From: Kevin Moore Date: Tue, 23 Apr 2019 20:29:48 -0700 Subject: [PATCH] build_value_generator: support latest dependencies --- built_value_generator/pubspec.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/built_value_generator/pubspec.yaml b/built_value_generator/pubspec.yaml index dd5ec461..25ab2342 100644 --- a/built_value_generator/pubspec.yaml +++ b/built_value_generator/pubspec.yaml @@ -1,5 +1,5 @@ name: built_value_generator -version: 6.4.0 +version: 6.4.1 description: > Value types with builders, Dart classes as enums, and serialization. This library is the dev dependency. @@ -8,13 +8,13 @@ authors: homepage: https://github.com/google/built_value.dart environment: - sdk: '>=2.0.0-dev <3.0.0' + sdk: '>=2.0.0 <3.0.0' dependencies: - analyzer: '>=0.33.3 <0.36.0' - analyzer_plugin: '>=0.0.1-alpha.5 <0.0.1-alpha.8' + analyzer: '>=0.33.3 <0.37.0' + analyzer_plugin: '>=0.0.1-alpha.5 <0.0.1-alpha.9' build: ^1.0.0 - build_config: ^0.3.1 + build_config: '>=0.3.1 <0.5.0' built_collection: '>=2.0.0 <5.0.0' built_value: '>=5.5.5 <7.0.0' source_gen: ^0.9.0