Skip to content

Commit 2373fdf

Browse files
committed
loosen source_gen and build version constraints
1 parent 62e858b commit 2373fdf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

embed/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ environment:
99
dependencies:
1010
analyzer: '>=7.4.0 <9.0.0'
1111
embed_annotation: ^1.2.1
12-
build: ^3.0.0
13-
source_gen: ^3.1.0
12+
build: '>=3.0.0 <5.0.0'
13+
source_gen: '>=3.1.0 <5.0.0'
1414
path: ^1.9.1
1515
yaml: ^3.1.3
1616
recase: ^4.1.0

0 commit comments

Comments
 (0)