Skip to content

Commit 2e4c8ca

Browse files
committed
Fixed dependency warnings for publishing
1 parent 6be506f commit 2e4c8ca

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.0.2
2+
3+
- Fixed dependency warnings for publishing
4+
15
## 0.0.1
26

3-
- Initial version.
7+
- Initial version.

pubspec.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
name: parameterized_test
22
description: Simple package that helps with executing parameterized tests. Inspired by JUnit ParameterizedTest CsvValues.
3-
version: 0.0.1
3+
version: 0.0.2
44
homepage: https://www.github.com/DutchCodingCompany/parameterized_test
55

66
environment:
77
sdk: '>=2.12.0 <3.0.0'
88

9+
dependencies:
10+
meta: ^1.7.0
11+
test: ^1.16.0
12+
913
dev_dependencies:
1014
lints: ^1.0.0
11-
test: ^1.16.0

0 commit comments

Comments
 (0)