From b555e71ecdcca112f449da1656b273663aa65d83 Mon Sep 17 00:00:00 2001 From: Alexander Thomas Date: Wed, 13 Sep 2023 11:42:51 +0000 Subject: [PATCH] [infra] Bump checked-in SDKs to 3.2.0-150.0.dev Fixes: https://github.com/dart-lang/sdk/issues/53505 Change-Id: I8c3b83919ad2cbc97e92f1d626c6f9105802d2a7 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/325700 Reviewed-by: William Hesse Commit-Queue: Alexander Thomas --- DEPS | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/DEPS b/DEPS index 7d6668959e7..21de3504ee7 100644 --- a/DEPS +++ b/DEPS @@ -45,11 +45,11 @@ vars = { "fuchsia_git": "https://fuchsia.googlesource.com", "llvm_git": "https://llvm.googlesource.com", - # 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, - # which is automatically built on the release commits. - # Use a dev commit because Windows ARM64 is not built on beta or stable. - "sdk_tag": "version:3.1.0-298.0.dev", + # 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, which is automatically built on the release commits. + # Use a published dev version to support unstable platforms. + "sdk_tag": "version:3.2.0-150.0.dev", # co19 is a cipd package. Use update.sh in tests/co19[_2] to update these # hashes.