Skip to content

Commit

Permalink
Merge pull request #103 from Workiva/analyzer_5
Browse files Browse the repository at this point in the history
Update json_serializable to get to analyzer 5
  • Loading branch information
rmconsole6-wk authored Sep 27, 2023
2 parents 5b10ca5 + acd616f commit 14dc466
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 29 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dart_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
sdk: [ stable, beta, dev ]
sdk: [ 2.18.7, 2.19.6 ]
steps:
- uses: actions/checkout@v2
- uses: dart-lang/setup-dart@v1
Expand Down
4 changes: 0 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
FROM google/dart:2
WORKDIR /build/
ADD pubspec.yaml /build
RUN dart pub get
FROM scratch
54 changes: 32 additions & 22 deletions lib/src/pubspec_config.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
checked_yaml: ^2.0.1
glob: ^2.0.1
io: ^1.0.0
json_annotation: ^4.0.1
json_annotation: ^4.8.0
logging: ^1.0.1
package_config: ^2.0.0
path: ^1.8.0
Expand All @@ -22,7 +22,7 @@ dependencies:

dev_dependencies:
build_runner: ^2.1.2
json_serializable: ^5.0.2
json_serializable: ^6.0.0
test: ^1.17.12
test_descriptor: ^2.0.0
workiva_analysis_options: ^1.2.2
Expand Down

0 comments on commit 14dc466

Please sign in to comment.