| Index: pubspec.yaml
|
| diff --git a/pubspec.yaml b/pubspec.yaml
|
| index 03b290b17e1a2c7f515853e3f162c46b778ccf63..887c040ca136ec57ef0f496b6d3ea5fd713efd56 100644
|
| --- a/pubspec.yaml
|
| +++ b/pubspec.yaml
|
| @@ -1,6 +1,5 @@
|
| name: source_span
|
| -
|
| -version: 1.0.3
|
| +version: 1.1.0
|
| author: Dart Team <misc@dartlang.org>
|
| description: A library for identifying source spans and locations.
|
| homepage: http://github.com/dart-lang/source_span
|
| @@ -9,4 +8,4 @@ dependencies:
|
| environment:
|
| sdk: '>=0.8.10+6 <2.0.0'
|
| dev_dependencies:
|
| - unittest: '>=0.9.0 <0.10.0'
|
| + unittest: '>=0.9.0 <0.12.0'
|
|
|