Skip to content

Commit 8d551f9

Browse files
authored
Merge pull request #9 from g0dzillaa/master
Update to dart 2.19.4 and support for Dart 3
2 parents 4b8aff7 + d5bde95 commit 8d551f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: rps
22
description: Define and run scripts from pubspec.yaml.
3-
version: 0.6.4
3+
version: 0.6.5
44
repository: https://github.com/gonuit/rps
55
homepage: https://github.com/gonuit/rps
66
issue_tracker: https://github.com/gonuit/rps/issues
@@ -23,7 +23,7 @@ scripts:
2323

2424

2525
environment:
26-
sdk: ">=2.12.0 <3.0.0"
26+
sdk: ">=2.19.4 <4.0.0"
2727

2828
dependencies:
2929
yaml: ^3.1.0

0 commit comments

Comments
 (0)