Skip to content

Commit 60a5f44

Browse files
Generator: temporarily do not allow 2.5 versions of build to fix tests #150
1 parent 35424ac commit 60a5f44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generator/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ environment:
1111
dependencies:
1212
objectbox: 4.3.0
1313
analyzer: '>=6.5.0 <8.0.0' # dart_style 2.3.7 requires 6.5.0
14-
build: ^2.4.1
14+
build: '>=2.4.1 <2.5.0' # 2.5.0 has breaking changes for code_builder_test.dart, adapt before allowing
1515
collection: ^1.18.0 # Would require 1.19.1, but Flutter 3.24.0 has 1.18.0 pinned
1616
dart_style: '>=2.3.7 <4.0.0' # require 2.3.7 for languageVersion in DartFormatter constructor
1717
glob: ^2.1.3

0 commit comments

Comments
 (0)