Skip to content

Commit

Permalink
Merge pull request #184 from Workiva/batch/fedx/analyzer_5
Browse files Browse the repository at this point in the history
Rollout Analyzer 5
  • Loading branch information
rmconsole4-wk committed Sep 22, 2023
2 parents 7484af2 + 3b104f9 commit 613f224
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dart_ci.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
sdk: [ 2.18.7, stable ]
sdk: [ 2.18.7, 2.19.6 ]
steps:
- uses: actions/checkout@v2
- uses: dart-lang/setup-dart@v1
Expand Down
2 changes: 1 addition & 1 deletion w_common/pubspec.yaml
Expand Up @@ -18,7 +18,7 @@ dev_dependencies:
build_web_compilers: ^3.0.0
dependency_validator: ^3.0.0
mockito: ^5.4.0
test: ^1.16.2
test: ^1.21.1
workiva_analysis_options: ^1.0.0

dependency_validator:
Expand Down
4 changes: 2 additions & 2 deletions w_common_tools/pubspec.yaml
Expand Up @@ -22,8 +22,8 @@ dev_dependencies:
build_test: ^2.0.0
build_web_compilers: '>=2.16.5 <4.0.0'
dependency_validator: ^3.0.0
mockito: '>=5.0.0 <5.3.0' # pin to workaround https://github.com/dart-lang/mockito/issues/552
test: ^1.16.2
mockito: ^5.3.2
test: ^1.21.1
workiva_analysis_options: ^1.0.0

dependency_validator:
Expand Down

0 comments on commit 613f224

Please sign in to comment.