Skip to content

Commit e30f246

Browse files
authored
Merge pull request #639 from kevmoo/latest_deps
build_value_generator: support latest dependencies
2 parents 8756d4c + e07549c commit e30f246

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

built_value_generator/pubspec.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: built_value_generator
2-
version: 6.4.0
2+
version: 6.4.1
33
description: >
44
Value types with builders, Dart classes as enums, and serialization.
55
This library is the dev dependency.
@@ -8,13 +8,13 @@ authors:
88
homepage: https://github.com/google/built_value.dart
99

1010
environment:
11-
sdk: '>=2.0.0-dev <3.0.0'
11+
sdk: '>=2.0.0 <3.0.0'
1212

1313
dependencies:
14-
analyzer: '>=0.33.3 <0.36.0'
15-
analyzer_plugin: '>=0.0.1-alpha.5 <0.0.1-alpha.8'
14+
analyzer: '>=0.33.3 <0.37.0'
15+
analyzer_plugin: '>=0.0.1-alpha.5 <0.0.1-alpha.9'
1616
build: ^1.0.0
17-
build_config: ^0.3.1
17+
build_config: '>=0.3.1 <0.5.0'
1818
built_collection: '>=2.0.0 <5.0.0'
1919
built_value: '>=5.5.5 <7.0.0'
2020
source_gen: ^0.9.0

0 commit comments

Comments
 (0)