From 6ce39a9ae0208b4a78f9ca6730e09717bcda9025 Mon Sep 17 00:00:00 2001 From: Tobias Kammerer Date: Wed, 20 Dec 2023 20:25:24 +0100 Subject: [PATCH] fix web_socket_channel version for now --- pubspec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 635bcbe..0737d3c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -6,9 +6,9 @@ environment: sdk: ">=2.12.0 <4.0.0" dependencies: - web_socket_channel: ^2.0.0 + web_socket_channel: 2.4.0 dev_dependencies: test: ^1.23.1 - lints: ^2.0.1 + lints: ^3.0.0 stream_channel: ^2.1.1