| Index: samples/pop_pop_win/pubspec.yaml
|
| diff --git a/samples/pop_pop_win/pubspec.yaml b/samples/pop_pop_win/pubspec.yaml
|
| index 1be9f95a1390fdcfa8cd8da90d6209e09c7286c3..e02b5c62696e792f7a12e3b05b63e46322dadc84 100644
|
| --- a/samples/pop_pop_win/pubspec.yaml
|
| +++ b/samples/pop_pop_win/pubspec.yaml
|
| @@ -1,11 +1,10 @@
|
| name: pop_pop_win
|
| description: '"Pop, Pop, Win!" is an implementation of Minesweeper in Dart.'
|
| environment:
|
| - sdk: '>=1.3.0-dev.4.1 <2.0.0'
|
| + sdk: '>=1.3.0 <2.0.0'
|
| dependencies:
|
| bot: '>=0.26.0 <0.27.0'
|
| - bot_web: '>=0.21.0 <0.22.0'
|
| browser: '>=0.10.0 <0.11.0'
|
| - chrome_gen: '>=0.3.0 <0.4.0'
|
| + stagexl: '>=0.9.1 <0.11.0'
|
| dev_dependencies:
|
| unittest: '>=0.10.0 <0.11.0'
|
|
|