Skip to content

Commit

Permalink
Allow analyzer 6
Browse files Browse the repository at this point in the history
  • Loading branch information
robbecker-wf committed Nov 3, 2024
1 parent 6148b44 commit ab22e43
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dart_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
fail-fast: false
matrix:
sdk: [ 2.19.6 ]
sdk: [ 2.19.6, 3.5.4 ]
steps:
- uses: actions/checkout@v2
- uses: dart-lang/setup-dart@v1
Expand Down
15 changes: 8 additions & 7 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,20 @@ version: 8.0.8
description: A state management library written in dart that enforces immutability
homepage: https://github.com/davidmarne/built_redux
dependencies:
analyzer: ^5.0.0
build: ">=1.0.0 <3.0.0"
analyzer: '>=5.0.0 <7.0.0'
build: ^2.0.0
built_collection: ^5.0.0
built_value: ^8.0.0
source_gen: ">=0.9.4 <2.0.0"
built_value: ^8.5.0
source_gen: ^1.0.0
test: ^1.16.0

dev_dependencies:
build_runner: ^2.0.0
build_test: ^2.0.0
built_value_generator: ^8.0.0
built_value_generator: ^8.5.0
build_web_compilers: '>=3.0.0 <5.0.0'
workiva_analysis_options: ^1.0.0
workiva_analysis_options: ^1.2.0

environment:
sdk: ">=2.12.0 <3.0.0"
sdk: '>=2.12.0 <3.0.0'

0 comments on commit ab22e43

Please sign in to comment.