Skip to content

Commit

Permalink
[build_test] update dependencies, prepare v2.2.2 release (#3626)
Browse files Browse the repository at this point in the history
Also bumped deps in example
  • Loading branch information
kevmoo committed Dec 14, 2023
1 parent 1fccc73 commit 80b6526
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion build_test/CHANGELOG.md
@@ -1,6 +1,7 @@
## 2.2.2-wip
## 2.2.2

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

## 2.2.1

Expand Down
4 changes: 2 additions & 2 deletions build_test/pubspec.yaml
@@ -1,6 +1,6 @@
name: build_test
description: Utilities for writing unit tests of Builders.
version: 2.2.2-wip
version: 2.2.2
repository: https://github.com/dart-lang/build/tree/master/build_test

environment:
Expand All @@ -20,7 +20,7 @@ dependencies:
path: ^1.8.0
stream_transform: ^2.0.0
test: ^1.16.0
test_core: '>=0.3.19 <0.6.0'
test_core: '>=0.3.19 <0.7.0'
watcher: ^1.0.0

dev_dependencies:
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Expand Up @@ -11,5 +11,5 @@ dependencies:

dev_dependencies:
build_runner: ^2.0.0
build_web_compilers: ^3.0.0
build_web_compilers: ^4.0.0
dart_flutter_team_lints: ^2.0.0

0 comments on commit 80b6526

Please sign in to comment.