Skip to content

Commit

Permalink
chore: bump dependencies (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel authored Feb 8, 2021
1 parent 37898ba commit 2542145
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 0.0.1-dev.11

- chore: bump dependencies
- `matcher: ^0.12.10`
- `test: ^1.16.0`

# 0.0.1-dev.10

- feat: `thenReturn` argument is optional for `VoidCallback` returns
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name: mocktail
description: A Dart mocking library which simplifies mocking with null safety support and no manual mocks or code generation.
version: 0.0.1-dev.10
version: 0.0.1-dev.11
repository: https://github.com/felangel/mocktail
homepage: https://github.com/felangel/mocktail

environment:
sdk: ">=2.12-0-0 <3.0.0"

dependencies:
matcher: ">=0.12.10-nullsafety.3 <0.12.10"
matcher: ^0.12.10

dev_dependencies:
coverage: ^0.14.2
test: ">=1.16.0-nullsafety.13 <1.16.0"
test: ^1.16.0

0 comments on commit 2542145

Please sign in to comment.