Merge pull request #221 from burhanrashid52/patch-1

Dart : Fix sdk constraint and update test deps
This commit is contained in:
Emily Bache 2021-04-09 08:32:19 +02:00 committed by GitHub
commit 179a22ecfa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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