We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54782b1 commit 0cb3199Copy full SHA for 0cb3199
sealed_example/pubspec.yaml
@@ -12,10 +12,10 @@ environment:
12
sdk: '>=2.12.0 <3.0.0'
13
14
dependencies:
15
- sealed_annotations: '>=1.9.0 <1.10.0'
+ sealed_annotations: '>=1.10.0 <1.11.0'
16
17
dev_dependencies:
18
- sealed_generators: '>=1.9.0 <1.10.0'
+ sealed_generators: '>=1.10.0 <1.11.0'
19
pedantic: any
20
test: any
21
build_runner: any
sealed_generators/pubspec.yaml
@@ -9,8 +9,8 @@ environment:
9
10
11
- sealed_writer: '>=1.9.0 <1.10.0'
+ sealed_writer: '>=1.10.0 <1.11.0'
build: any
source_gen: any
analyzer: any
0 commit comments