| Index: pubspec.yaml
|
| diff --git a/pubspec.yaml b/pubspec.yaml
|
| index 73c266741045c88ffd66407457952eec5da683cc..42abd7337f2ac897fc3b743443cfae1f1a41d2a1 100644
|
| --- a/pubspec.yaml
|
| +++ b/pubspec.yaml
|
| @@ -1,5 +1,5 @@
|
| name: source_span
|
| -version: 1.1.1
|
| +version: 1.1.2-dev
|
| author: Dart Team <misc@dartlang.org>
|
| description: A library for identifying source spans and locations.
|
| homepage: http://github.com/dart-lang/source_span
|
| @@ -8,4 +8,4 @@ dependencies:
|
| environment:
|
| sdk: '>=0.8.10+6 <2.0.0'
|
| dev_dependencies:
|
| - unittest: '>=0.9.0 <0.12.0'
|
| + test: '>=0.12.0 <0.13.0'
|
|
|