Skip to content

Commit baef07c

Browse files
srujzsCommit Queue
authored andcommitted
Update DEPS to use Chrome 132.0.6834.15 and Firefox 133.0 (build 2)
These are the latest beta and stable versions, respectively. Change-Id: Ib3baddee05428077414676dcbb326c31ebd86fce Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/397600 Reviewed-by: Nate Biggs <[email protected]> Commit-Queue: Srujan Gaddam <[email protected]>
1 parent 3e0f53a commit baef07c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DEPS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,9 +184,9 @@ vars = {
184184
# meant to be downloaded by users for local testing. You can self-service
185185
# update these by following the go/dart-engprod/browsers.md instructions.
186186
"download_chrome": False,
187-
"chrome_tag": "132.0.6834.6",
187+
"chrome_tag": "132.0.6834.15",
188188
"download_firefox": False,
189-
"firefox_tag": "132.0",
189+
"firefox_tag": "133.0",
190190

191191
# Emscripten is used in dart2wasm tests.
192192
"download_emscripten": False,

0 commit comments

Comments
 (0)