Skip to content

Commit

Permalink
chore: roll to Playwright 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelfeldman committed Nov 17, 2020
1 parent 808376d commit 1467ee5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build_package.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@

from playwright.path_utils import get_file_dirname

driver_version_64 = "0.161.0"
driver_version_32 = "0.161.0"
driver_version_64 = "0.162.1"
driver_version_32 = "0.162.1"


def driver_version(platform: str) -> str:
Expand Down

0 comments on commit 1467ee5

Please sign in to comment.