Skip to content

Commit 3cb2922

Browse files
authored
allow build version 2.4.x from build_runner (#3499)
1 parent 217b345 commit 3cb2922

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

build_runner/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
## 2.4.2-wip
1+
## 2.4.2
2+
3+
- Support package:build version 2.4.x.
24

35
## 2.4.1
46

build_runner/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: build_runner
2-
version: 2.4.2-wip
2+
version: 2.4.2
33
description: A build system for Dart code generation and modular compilation.
44
repository: https://github.com/dart-lang/build/tree/master/build_runner
55

@@ -15,7 +15,7 @@ dependencies:
1515
analyzer: '>=4.4.0 <6.0.0'
1616
args: ^2.0.0
1717
async: ^2.5.0
18-
build: ">=2.1.0 <2.4.0"
18+
build: ">=2.1.0 <2.5.0"
1919
build_config: ">=1.1.0 <1.2.0"
2020
build_daemon: ^4.0.0
2121
build_resolvers: ^2.0.0

0 commit comments

Comments
 (0)