From 93cdb671d55072f78da45f76494e19aa7fbaa34d Mon Sep 17 00:00:00 2001 From: thomashii Date: Mon, 8 Mar 2021 21:38:13 +0800 Subject: [PATCH] Fixed to work with sdk 2.12.x --- pubspec.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 8e27cee..68f729e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -51,9 +51,9 @@ dev_dependencies: url: https://github.com/dukefirehawk/angel.git ref: sdk-2.12.x path: packages/test - io: ^0.3.2 # For pretty printing. - pedantic: ^1.0.0 # Enforces Dart style conventions. - test: ^1.15.7 # For unit testing. + io: ^1.0.0 # For pretty printing. + pedantic: ^1.11.0 # Enforces Dart style conventions. + test: ^1.16.5 # For unit testing.