From a8cafbac499a63a1d1ee75a3bded2d03e9d7fe46 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Sat, 25 Aug 2018 09:35:59 +0200 Subject: [PATCH] Migrate to official dart-sdk version 2.0.0 --- pubspec.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 1e77191..4cc6f88 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -5,7 +5,7 @@ author: Marty Oehme homepage: https://www.martyoehme.org/ environment: - sdk: '>=2.0.0-dev.66.0 <2.0.0' + sdk: '>=2.0.0' dependencies: angular: ^5.0.0-beta @@ -14,6 +14,6 @@ dependencies: dev_dependencies: angular_test: ^2.0.0-beta build_runner: ^0.9.0 - build_test: ^0.10.2 + build_test: ^0.10.3+1 build_web_compilers: ^0.4.0 - test: ^1.0.0 + test: ^1.3.0