Skip to content

Commit

Permalink
Allow package:analyzer 0.39.x (dart-lang/source_gen#434)
Browse files Browse the repository at this point in the history
  • Loading branch information
natebosch authored Oct 29, 2019
1 parent 8175b29 commit 75b8e20
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion source_gen/source_gen/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ environment:
sdk: ">=2.3.0 <3.0.0"

dependencies:
analyzer: '>=0.37.0 <0.39.0'
analyzer: ">=0.37.0 <0.40.0"
build: ^1.0.0
source_gen: ^0.9.0

Expand Down
4 changes: 4 additions & 0 deletions source_gen/source_gen/source_gen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.9.4+6

* Allow `package:analyzer` version `0.39.x`.

## 0.9.4+5

* Fix a bug for finding the element for a function with recent versions of
Expand Down
4 changes: 2 additions & 2 deletions source_gen/source_gen/source_gen/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: source_gen
version: 0.9.4+5
version: 0.9.4+6
author: Dart Team <[email protected]>
description: Automated source code generation for Dart.
homepage: https://github.com/dart-lang/source_gen
Expand All @@ -8,7 +8,7 @@ environment:
sdk: ">=2.3.0 <3.0.0"

dependencies:
analyzer: '>=0.37.1 <0.39.0'
analyzer: ">=0.37.1 <0.40.0"
async: ^2.0.7
build: ^1.0.0
dart_style: ^1.0.0
Expand Down

0 comments on commit 75b8e20

Please sign in to comment.