We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f8e3ab commit 44bf447Copy full SHA for 44bf447
sealed_example/pubspec.yaml
@@ -12,10 +12,10 @@ environment:
12
sdk: '>=2.12.0 <3.0.0'
13
14
dependencies:
15
- sealed_annotations: '>=1.8.0 <1.9.0'
+ sealed_annotations: '>=1.9.0 <1.10.0'
16
17
dev_dependencies:
18
- sealed_generators: '>=1.8.0 <1.9.0'
+ sealed_generators: '>=1.9.0 <1.10.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.8.0 <1.9.0'
+ sealed_writer: '>=1.9.0 <1.10.0'
build: any
source_gen: any
analyzer: any
0 commit comments