There was an error while loading. Please reload this page.
1 parent 718fe6f commit db2f7d3Copy full SHA for db2f7d3
pkgs/test/CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## 1.15.2
2
+
3
+* Use the latest `test_core` which resolves an issue with the latest
4
+ `package:meta`.
5
6
## 1.15.1
7
8
* Avoid a confusing stack trace when there is a problem loading a platform when
pkgs/test/pubspec.yaml
@@ -1,5 +1,5 @@
name: test
-version: 1.15.1
+version: 1.15.2
description: A full featured library for writing and running Dart tests.
homepage: https://github.com/dart-lang/test/blob/master/pkgs/test
@@ -33,7 +33,7 @@ dependencies:
33
yaml: ^2.0.0
34
# Use an exact version until the test_api and test_core package are stable.
35
test_api: 0.2.17
36
- test_core: 0.3.9
+ test_core: 0.3.10
37
38
dev_dependencies:
39
fake_async: ^1.0.0
0 commit comments