Skip to content

Commit

Permalink
Update pubspec for 0.1.6 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmorgan committed Nov 11, 2016
1 parent 470ddf0 commit 0b585e8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 0.1.6 (not yet released)
## 0.1.6

- Add checking for correct type arguments for Built and Builder interfaces.
- Generate empty constructor with semicolon instead of {}.
Expand Down
4 changes: 1 addition & 3 deletions built_value_generator/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ dependencies:
analyzer: '>=0.28.0 <0.29.0'
build: '^0.4.0'
built_collection: '^1.0.0'
# built_value: '^0.1.6'
built_value:
path: ../built_value
built_value: '^0.1.6'
source_gen: '>=0.5.0+03 <0.6.0'
quiver: '>=0.21.0 <0.24.0'

Expand Down
8 changes: 2 additions & 6 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,9 @@ environment:

dependencies:
built_collection: '^1.0.0'
# built_value: '^0.1.6'
built_value:
path: ../built_value
built_value: '^0.1.6'

dev_dependencies:
# built_value_generator: '^0.1.6'
built_value_generator:
path: ../built_value_generator
built_value_generator: '^0.1.6'
quiver: '>=0.21.0 <0.24.0'
test: any

0 comments on commit 0b585e8

Please sign in to comment.