Skip to content

Commit f08d321

Browse files
authored
allow test_core version 5.x (#3477)
1 parent 2bc461f commit f08d321

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

build_test/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.1.7
2+
3+
- Allow the latest test_core (version 5.x).
4+
15
## 2.1.6
26

37
- Fix bug in package config file loading.

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.1.6
3+
version: 2.1.7
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.5.0'
23+
test_core: '>=0.3.19 <0.6.0'
2424
watcher: ^1.0.0
2525

2626
dev_dependencies:

0 commit comments

Comments
 (0)