Skip to content

Commit

Permalink
Remove dependency_overrides (#354)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianquinlan committed May 6, 2024
1 parent 324d932 commit 5f65bae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 13 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 3.0.1-wip

- Remove unnecessary `dependency_overrides`.

## 3.0.0

- Provide an adapter around `package:web_socket` `WebSocket`s and make it the
Expand Down
15 changes: 2 additions & 13 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: web_socket_channel
version: 3.0.0
version: 3.0.1-wip
description: >-
StreamChannel wrappers for WebSockets. Provides a cross-platform
WebSocketChannel API, a cross-platform implementation of that API that
Expand All @@ -18,15 +18,4 @@ dependencies:

dev_dependencies:
dart_flutter_team_lints: ^2.0.0
shelf_web_socket: any
test: ^1.16.0

# Remove this when versions of `package:test` and `shelf_web_socket` that support
# channel_web_socket 3.0 are released.
dependency_overrides:
shelf_web_socket:
git:
ref: master
url: https://github.com/dart-lang/shelf.git
path: pkgs/shelf_web_socket
test: 1.25.2
test: ^1.25.2

0 comments on commit 5f65bae

Please sign in to comment.