Skip to content

Commit 80b6526

Browse files
authored
[build_test] update dependencies, prepare v2.2.2 release (#3626)
Also bumped deps in example
1 parent 1fccc73 commit 80b6526

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

build_test/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
## 2.2.2-wip
1+
## 2.2.2
22

33
- Bump the min sdk to 3.0.0.
4+
- Support the latest version of `package:test_core`.
45

56
## 2.2.1
67

build_test/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: build_test
22
description: Utilities for writing unit tests of Builders.
3-
version: 2.2.2-wip
3+
version: 2.2.2
44
repository: https://github.com/dart-lang/build/tree/master/build_test
55

66
environment:
@@ -20,7 +20,7 @@ dependencies:
2020
path: ^1.8.0
2121
stream_transform: ^2.0.0
2222
test: ^1.16.0
23-
test_core: '>=0.3.19 <0.6.0'
23+
test_core: '>=0.3.19 <0.7.0'
2424
watcher: ^1.0.0
2525

2626
dev_dependencies:

example/pubspec.yaml

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

1212
dev_dependencies:
1313
build_runner: ^2.0.0
14-
build_web_compilers: ^3.0.0
14+
build_web_compilers: ^4.0.0
1515
dart_flutter_team_lints: ^2.0.0

0 commit comments

Comments
 (0)