Skip to content

Commit 76683e1

Browse files
committed
[cdp] replace v91 with v93 in bazel files for Python, Ruby and JS
1 parent 1b236f2 commit 76683e1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

javascript/node/selenium-webdriver/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ load("//common:defs.bzl", "copy_file")
44

55
BROWSER_VERSIONS = [
66
"v85",
7-
"v91",
87
"v92",
8+
"v93",
99
]
1010

1111
SRC_FILES = [

py/BUILD.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ load("//py/private:browsers.bzl", "BROWSERS")
77

88
BROWSER_VERSIONS = [
99
"v85",
10-
"v91",
11-
"v92"
10+
"v92",
11+
"v93",
1212
]
1313

1414
TEST_DEPS = [

rb/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ package(default_visibility = ["//:__subpackages__"])
1111

1212
CDP_VERSIONS = [
1313
"v85",
14-
"v91",
1514
"v92",
15+
"v93",
1616
]
1717

1818
copy_file(

0 commit comments

Comments
 (0)