| Index: pubspec.yaml
|
| diff --git a/pubspec.yaml b/pubspec.yaml
|
| index b134cce7fd5dec2c572e149a84e9e78a92156848..049509e832547adfb795912380eebf9532e428b1 100644
|
| --- a/pubspec.yaml
|
| +++ b/pubspec.yaml
|
| @@ -6,7 +6,8 @@ homepage: https://github.com/dart-lang/unittest
|
| environment:
|
| sdk: '>=1.0.0 <2.0.0'
|
| dependencies:
|
| - stack_trace: '>=0.9.0 <2.0.0'
|
| + args: '>=0.12.1 <0.13.0'
|
| + stack_trace: '>=1.2.0 <2.0.0'
|
|
|
| # Using the pre-release version of matcher. When published we will go back
|
| # using a tight version constraint to ensure that a constraint on unittest
|
|
|