We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bc461f commit f08d321Copy full SHA for f08d321
build_test/CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 2.1.7
2
+
3
+- Allow the latest test_core (version 5.x).
4
5
## 2.1.6
6
7
- Fix bug in package config file loading.
build_test/pubspec.yaml
@@ -1,6 +1,6 @@
name: build_test
description: Utilities for writing unit tests of Builders.
-version: 2.1.6
+version: 2.1.7
repository: https://github.com/dart-lang/build/tree/master/build_test
environment:
@@ -20,7 +20,7 @@ dependencies:
20
path: ^1.8.0
21
stream_transform: ^2.0.0
22
test: ^1.16.0
23
- test_core: '>=0.3.19 <0.5.0'
+ test_core: '>=0.3.19 <0.6.0'
24
watcher: ^1.0.0
25
26
dev_dependencies:
0 commit comments