Skip to content

Commit

Permalink
Update DEPS to use Chrome 132.0.6834.15 and Firefox 133.0 (build 2)
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
srujzs authored and Commit Queue committed Nov 26, 2024
1 parent 3e0f53a commit baef07c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -184,9 +184,9 @@ vars = {
# meant to be downloaded by users for local testing. You can self-service
# update these by following the go/dart-engprod/browsers.md instructions.
"download_chrome": False,
"chrome_tag": "132.0.6834.6",
"chrome_tag": "132.0.6834.15",
"download_firefox": False,
"firefox_tag": "132.0",
"firefox_tag": "133.0",

# Emscripten is used in dart2wasm tests.
"download_emscripten": False,
Expand Down

0 comments on commit baef07c

Please sign in to comment.