Skip to content

Commit

Permalink
[cdp] replace v91 with v93 in bazel files for Python, Ruby and JS
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Sep 1, 2021
1 parent 1b236f2 commit 76683e1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion javascript/node/selenium-webdriver/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ load("//common:defs.bzl", "copy_file")

BROWSER_VERSIONS = [
"v85",
"v91",
"v92",
"v93",
]

SRC_FILES = [
Expand Down
4 changes: 2 additions & 2 deletions py/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ load("//py/private:browsers.bzl", "BROWSERS")

BROWSER_VERSIONS = [
"v85",
"v91",
"v92"
"v92",
"v93",
]

TEST_DEPS = [
Expand Down
2 changes: 1 addition & 1 deletion rb/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ package(default_visibility = ["//:__subpackages__"])

CDP_VERSIONS = [
"v85",
"v91",
"v92",
"v93",
]

copy_file(
Expand Down

0 comments on commit 76683e1

Please sign in to comment.