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

Commit

Permalink
Bump for source_gen. (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
matanlurey authored Feb 10, 2018
1 parent be53cd1 commit cd54ee5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 3.0.2

* Require `source_gen: ^0.7.5`.

## 3.0.1

* Upgrade to `built_value` 5.1.0.
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: 3.0.1
version: 3.0.2
description: A fluent API for generating Dart code
author: Dart Team <misc@dartlang.org>
homepage: https://github.com/dart-lang/code_builder
Expand All @@ -17,7 +17,7 @@ dev_dependencies:
build_runner: ^0.7.9
built_value_generator: ^5.1.0
dart_style: ^1.0.0
source_gen: ^0.7.0
source_gen: ^0.7.5
test: ^0.12.0

# Required until built_value_generator supports 0.7.9.
Expand Down
2 changes: 1 addition & 1 deletion tool/src/builder.dart
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ import 'package:source_gen/source_gen.dart';
Builder builtValueBuilder(BuilderOptions _) {
return new PartBuilder([
const BuiltValueGenerator(),
], requireLibraryDirective: false);
]);
}

0 comments on commit cd54ee5

Please sign in to comment.