Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ jobs:
build:
uses: Workiva/gha-dart-oss/.github/workflows/build.yaml@v0.1.14
with:
sdk: stable
sdk: 3.7.2 # mirrors .tool-versions

checks:
uses: Workiva/gha-dart-oss/.github/workflows/checks.yaml@v0.1.14
with:
sdk: stable
sdk: 3.7.2 # mirrors .tool-versions

unit-tests:
uses: Workiva/gha-dart-oss/.github/workflows/test-unit.yaml@v0.1.14
with:
sdk: stable
sdk: 3.7.2 # mirrors .tool-versions
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Unreleased
<!-- Add unreleased changes here -->

# 5.0.6

- Allow up to analyzer 13

# 5.0.5

- Allow up to analyzer 12
Expand All @@ -9,8 +13,6 @@

- Allow up to analyzer 10

<!-- Add unreleased changes here -->

# 5.0.3

- Widened dependency bounds to accept analyzer v8
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: dependency_validator
version: 5.0.5
version: 5.0.6
description: Checks for missing, under-promoted, over-promoted, and unused dependencies.
homepage: https://github.com/Workiva/dependency_validator

Expand Down
Loading