From 99bf6c01a233d83ec250cae5d35f0ffa3ad0d61f Mon Sep 17 00:00:00 2001 From: Jason Simmons Date: Fri, 16 Oct 2020 17:52:53 -0700 Subject: [PATCH] Roll the process_runner package used by the formatter script --- ci/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/pubspec.yaml b/ci/pubspec.yaml index 1ef6eaaa58cf1..b66758dd1ac34 100644 --- a/ci/pubspec.yaml +++ b/ci/pubspec.yaml @@ -8,7 +8,7 @@ dependencies: args: ^1.6.0 path: ^1.7.0 isolate: ^2.0.3 - process_runner: ^3.1.0 + process_runner: ^3.1.1 environment: sdk: '>=2.8.0 <3.0.0'