Skip to content

Commit ef513f8

Browse files
natebiggsCommit Queue
authored andcommitted
Update Chrome & Firefox version in DEPS to 131.0.6778.3 & 131.0.3 respectively
Change-Id: Ia3e8a90152099ec73f0c115cf8f8bb043a1649ca Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/391180 Auto-Submit: Nate Biggs <[email protected]> Reviewed-by: Sigmund Cherem <[email protected]> Commit-Queue: Nate Biggs <[email protected]> Commit-Queue: Sigmund Cherem <[email protected]>
1 parent 135c455 commit ef513f8

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
@@ -206,9 +206,9 @@ vars = {
206206
# meant to be downloaded by users for local testing. You can self-service
207207
# update these by following the go/dart-engprod/browsers.md instructions.
208208
"download_chrome": False,
209-
"chrome_tag": "130.0.6723.31",
209+
"chrome_tag": "131.0.6778.3",
210210
"download_firefox": False,
211-
"firefox_tag": "131.0",
211+
"firefox_tag": "131.0.3",
212212

213213
# Emscripten is used in dart2wasm tests.
214214
"download_emscripten": False,

0 commit comments

Comments
 (0)