Skip to content

Commit 66f9e52

Browse files
authored
Allow build 4.0.0 (#707)
## What does this change? Allow `build 4.0.0`. Fixes #706 ## Type of change Just allow users to use build 4.0.0 which will be required for other builders.
1 parent 03891ed commit 66f9e52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/runner/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ environment:
1111

1212
dependencies:
1313
flutter_gen_core: 5.11.0
14-
build: '>=2.0.0 <4.0.0'
14+
build: '>=2.0.0 <5.0.0'
1515
collection: ^1.17.0
1616
crypto: ^3.0.0
1717
glob: ^2.0.0

0 commit comments

Comments
 (0)