Skip to content

Commit 1ddb50b

Browse files
committed
fix deprecation
1 parent 54177c4 commit 1ddb50b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: source_gen
2-
version: 0.4.8
2+
version: 0.4.9-dev
33
author: Dart Team <[email protected]>
44
description: Automatic sourcecode generation for Dart
55
homepage: https://github.com/dart-lang/source_gen

test/test_files/json_test_example.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ library source_gen.test.example;
66

77
import 'dart:collection';
88

9-
import 'package:collection/equality.dart';
9+
import 'package:collection/collection.dart';
1010
import 'package:source_gen/generators/json_serializable.dart';
1111

1212
part 'json_test_example.g.dart';

0 commit comments

Comments
 (0)