From a9c494ea3df17735feef6c216d82616e073c4f47 Mon Sep 17 00:00:00 2001 From: Brian Quinlan Date: Mon, 21 Oct 2024 15:18:16 -0700 Subject: [PATCH] Update pubspec.yaml --- pkgs/http_client_conformance_tests/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/http_client_conformance_tests/pubspec.yaml b/pkgs/http_client_conformance_tests/pubspec.yaml index c3861ffc15..ae2662b693 100644 --- a/pkgs/http_client_conformance_tests/pubspec.yaml +++ b/pkgs/http_client_conformance_tests/pubspec.yaml @@ -11,7 +11,7 @@ environment: dependencies: async: ^2.8.2 - dart_style: ^2.2.3 + dart_style: ^2.3.7 http: ^1.2.0 stream_channel: ^2.1.1 test: ^1.21.2