Skip to content

Commit

Permalink
use a dependency_override
Browse files Browse the repository at this point in the history
  • Loading branch information
devoncarew committed Dec 3, 2024
1 parent d974e1f commit 03a0d6a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/shelf_web_socket/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,7 @@ dev_dependencies:
dart_flutter_team_lints: ^3.0.0
http: '>=0.13.0 <2.0.0'
test: ^1.25.2

# TODO(devoncarew): Remove once package:test supports v2+v3 of shelf_web_socket.
dependency_overrides:
test: ^1.25.11

0 comments on commit 03a0d6a

Please sign in to comment.