Skip to content
This repository was archived by the owner on Oct 17, 2024. It is now read-only.

Commit 3e4db49

Browse files
authored
clean up the sdk constraint and dep overrides (#192)
1 parent 2e7e86c commit 3e4db49

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

pubspec.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,8 @@ description: >-
66
of options and values using GNU and POSIX style options.
77
88
environment:
9-
sdk: '>=2.12.0-0 <3.0.0'
9+
sdk: '>=2.12.0 <3.0.0'
1010

1111
dev_dependencies:
1212
pedantic: ^1.10.0
1313
test: ^1.16.0
14-
15-
# Required to get a version solve due to cyclic dependency
16-
dependency_overrides:
17-
test_core: ^0.3.12-nullsafety.9
18-
coverage: ">=0.13.4 <0.15.0"
19-
analyzer: ">=0.39.5 <0.41.0"

0 commit comments

Comments
 (0)