Skip to content

Commit

Permalink
refactor(dart_frog_web_sockets): upgrade to Dart 2.19 and Very Good A…
Browse files Browse the repository at this point in the history
…nalysis 4.0.0 (felangel#536)
  • Loading branch information
felangel committed Feb 13, 2023
1 parent 5c89093 commit 2ea3109
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/dart_frog_web_socket/analysis_options.yaml
@@ -1 +1 @@
include: package:very_good_analysis/analysis_options.3.1.0.yaml
include: package:very_good_analysis/analysis_options.4.0.0.yaml
4 changes: 2 additions & 2 deletions packages/dart_frog_web_socket/pubspec.yaml
Expand Up @@ -7,7 +7,7 @@ issue_tracker: https://github.com/VeryGoodOpenSource/dart_frog/issues
documentation: https://dartfrog.vgv.dev/docs/overview

environment:
sdk: ">=2.18.0 <3.0.0"
sdk: ">=2.19.0 <3.0.0"

dependencies:
dart_frog: ^0.3.0
Expand All @@ -18,4 +18,4 @@ dev_dependencies:
http: ^0.13.5
mocktail: ^0.3.0
test: ^1.19.2
very_good_analysis: ^3.1.0
very_good_analysis: ^4.0.0

0 comments on commit 2ea3109

Please sign in to comment.