Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
Fix version, remove dependency overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo committed Dec 13, 2023
1 parent 217797d commit 522dd9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## 0.12.17
## 0.12.16+1

* Require Dart 3.0
* Support latest version of `package:test_api`.

## 0.12.16

Expand Down
6 changes: 1 addition & 5 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: matcher
version: 0.12.17
version: 0.12.16+1
description: >-
Support for specifying test expectations via an extensible Matcher class.
Also includes a number of built-in Matcher implementations for common cases.
Expand All @@ -19,7 +19,3 @@ dev_dependencies:
fake_async: ^1.3.0
lints: ^3.0.0
test: ^1.23.0

dependency_overrides:
test: 1.25.0
test_api: 0.7.0

0 comments on commit 522dd9d

Please sign in to comment.