summaryrefslogtreecommitdiff
path: root/lib/dart/pubspec.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dart/pubspec.yaml')
-rw-r--r--lib/dart/pubspec.yaml23
1 files changed, 15 insertions, 8 deletions
diff --git a/lib/dart/pubspec.yaml b/lib/dart/pubspec.yaml
index 53f5450f2..f7aa8768a 100644
--- a/lib/dart/pubspec.yaml
+++ b/lib/dart/pubspec.yaml
@@ -22,15 +22,22 @@ description: >
author: Apache Thrift Developers <dev@thrift.apache.org>
homepage: http://thrift.apache.org
documentation: http://thrift.apache.org
+
environment:
sdk: ">=1.13.0 <2.0.0"
+
dependencies:
- fixnum: "^0.10.2"
- http: "^0.11.3"
- logging: "^0.11.0"
+ fixnum: ^0.10.2
+ http: ^0.11.3
+ logging: ^0.11.0
+
dev_dependencies:
- coverage: "^0.7.2"
- dart_dev: "^1.0.1"
- dart_style: "^0.2.0"
- mockito: "^0.11.0"
- test: "^0.12.0"
+ # test
+ mockito: ^1.0.0
+ test: ^0.12.0
+
+ # dart_dev - https://github.com/Workiva/dart_dev
+ dart_dev: ^1.5.0
+ coverage: ^0.7.3
+ dart_style: ">=0.2.4 <0.3.0"
+ dartdoc: ^0.9.0