From cdd63597903faba65ebd215b937a315376f08be7 Mon Sep 17 00:00:00 2001 From: Kevin Chisholm Date: Tue, 10 Sep 2024 11:08:25 -0500 Subject: [PATCH] Update Dart SDK to 0ebf221eba41759d6c1588fe564a4aab2ebdcb4c --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index fd2887c62abc8..d3ab63e64a36a 100644 --- a/DEPS +++ b/DEPS @@ -56,7 +56,7 @@ vars = { # Dart is: https://github.com/dart-lang/sdk/blob/main/DEPS # You can use //tools/dart/create_updated_flutter_deps.py to produce # updated revision list of existing dependencies. - 'dart_revision': '1a6246225b75aae44a5cba2b98ee6d55ecfc89b6', + 'dart_revision': '0ebf221eba41759d6c1588fe564a4aab2ebdcb4c', # WARNING: DO NOT EDIT MANUALLY # The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py