| Index: pkg/http/pubspec.yaml
|
| diff --git a/pkg/http/pubspec.yaml b/pkg/http/pubspec.yaml
|
| index 05c3cd3fb33b540edb89a3d57969f6ed2b37350e..80018b1e2acce90264df8fb928ec618a29cf2972 100644
|
| --- a/pkg/http/pubspec.yaml
|
| +++ b/pkg/http/pubspec.yaml
|
| @@ -5,6 +5,7 @@ homepage: https://pub.dartlang.org/packages/http
|
| description: A composable, Future-based API for making HTTP requests.
|
| dependencies:
|
| path: ">=0.9.0 <0.10.0"
|
| + stack_trace: ">=0.9.0 <0.10.0"
|
| dev_dependencies:
|
| unittest: ">=0.9.0 <0.10.0"
|
| environment:
|
|
|