From b2d41ab0a219af9342fdf205e97bed68011fed51 Mon Sep 17 00:00:00 2001 From: Alexander Thomas Date: Tue, 16 Jun 2020 16:51:20 +0000 Subject: [PATCH] [infra] Update checked-in SDKs to 2.9.0-16.0.dev https://github.com/dart-lang/sdk/issues/42274 Change-Id: I3a566f14482de29e9aa499d8a8e7c4281c30fbd1 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/151391 Auto-Submit: Alexander Thomas Commit-Queue: Alexander Thomas Commit-Queue: William Hesse Reviewed-by: William Hesse --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 669bab9c7f9..aea200df175 100644 --- a/DEPS +++ b/DEPS @@ -39,7 +39,7 @@ vars = { # Checked-in SDK version. The checked-in SDK is a Dart SDK distribution in a # cipd package used to run Dart scripts in the build and test infrastructure. - "sdk_tag": "version:2.9.0-10.0.dev", + "sdk_tag": "version:2.9.0-16.0.dev", # co19 is a cipd package. Use update.sh in tests/co19[_2] to update these # hashes. It requires access to the dart-build-access group, which EngProd