Skip to content

Commit 99d2dfc

Browse files
authored
test: depend on the latest pkg:test_core (#1078)
1 parent ea37dba commit 99d2dfc

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

pkgs/test/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.6.10
2+
3+
* Depend on the latest `test_core`.
4+
15
## 1.6.9
26

37
* Add `--disable-dev-shm-usage` to the default Chrome flags.

pkgs/test/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: test
2-
version: 1.6.9
2+
version: 1.6.10
33
author: Dart Team <[email protected]>
44
description: A full featured library for writing and running Dart tests.
55
homepage: https://github.com/dart-lang/test/blob/master/pkgs/test
@@ -32,7 +32,7 @@ dependencies:
3232
yaml: ^2.0.0
3333
# Use an exact version until the test_api and test_core package are stable.
3434
test_api: 0.2.7
35-
test_core: 0.2.9
35+
test_core: 0.2.9+1
3636

3737
dev_dependencies:
3838
fake_async: ^1.0.0

0 commit comments

Comments
 (0)