From f218412d7b4333941afbb3e936ab87c3a325ceb5 Mon Sep 17 00:00:00 2001 From: Burhanuddin Rashid Date: Fri, 9 Apr 2021 10:50:03 +0530 Subject: [PATCH] Add sdk constraint and update test deps --- dart/pubspec.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dart/pubspec.yaml b/dart/pubspec.yaml index 06814a33..ce8365c9 100644 --- a/dart/pubspec.yaml +++ b/dart/pubspec.yaml @@ -2,5 +2,8 @@ name: gilded_rose version: 0.0.1 description: A simple console application. +environment: + sdk: '>=2.10.0 <3.0.0' + dev_dependencies: - test: '>=0.12.11 <0.13.0' + test: ^1.16.8