Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
Support latest analyzer (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo authored and matanlurey committed Nov 19, 2016
1 parent e61c9a1 commit 7f984ba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Changelog
## 1.0.0-alpha+4

- Add support for latest `pkg/analyzer`.

## 1.0.0-alpha+3

Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: code_builder
version: 1.0.0-alpha+3
version: 1.0.0-alpha+4
description: A fluent API for generating Dart code
author: Dart Team <[email protected]>
homepage: https://github.com/dart-lang/code_builder
Expand All @@ -8,7 +8,7 @@ environment:
sdk: '>=1.9.1 <2.0.0'

dependencies:
analyzer: '>=0.28.1 <0.29.0'
analyzer: '>=0.28.1 <0.30.0'
dart_style: ^0.2.10
matcher: ^0.12.0+2
meta: ^1.0.2
Expand Down

0 comments on commit 7f984ba

Please sign in to comment.