We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e2945d commit fe34780Copy full SHA for fe34780
common/repositories.bzl
@@ -165,8 +165,8 @@ js_library(
165
166
http_archive(
167
name = "linux_edgedriver",
168
- url = "https://msedgedriver.azureedge.net/136.0.3240.50/edgedriver_linux64.zip",
169
- sha256 = "c987f3334ab00366d3afea79bddb510367a3b81ead88ff808980d3ed6b86e4aa",
+ url = "https://msedgedriver.azureedge.net/136.0.3240.64/edgedriver_linux64.zip",
+ sha256 = "0e9f65bb5fd87f80d0aca4d5330e0aab37057a8c233ba6bc46e5f43b9640103c",
170
build_file_content = """
171
load("@aspect_rules_js//js:defs.bzl", "js_library")
172
package(default_visibility = ["//visibility:public"])
0 commit comments