Skip to content

Commit 47c70b1

Browse files
authored
Fix dependency constraint for cli_util. (#1426)
1 parent ac80051 commit 47c70b1

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.22.17
2+
3+
- Fixed lower dependency constraint for `cli_util`.
4+
15
## 0.22.16
26

37
- Fixed deprecated API use.

lib/src/version.dart

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: pana
22
description: PAckage aNAlyzer - produce a report summarizing the health and quality of a Dart package.
3-
version: 0.22.16
3+
version: 0.22.17-dev
44
repository: https://github.com/dart-lang/pana
55
topics:
66
- tool
@@ -13,7 +13,7 @@ dependencies:
1313
analyzer: '>=5.0.0 <7.0.0'
1414
args: ^2.0.0
1515
async: ^2.0.0
16-
cli_util: ^0.4.0
16+
cli_util: ^0.4.2
1717
collection: ^1.15.0
1818
crypto: ^3.0.0
1919
html: ^0.15.0

0 commit comments

Comments
 (0)