1
0
mirror of synced 2026-08-04 22:46:55 +00:00

docs: update maven version number for README.md (#605)

This commit is contained in:
codeboyzhou
2021-09-18 00:03:05 +08:00
committed by GitHub
parent bc7a59d852
commit 958813201a
+1 -1
View File
@@ -43,7 +43,7 @@ To run Playwright simply add following dependency to your Maven project:
<dependency>
<groupId>com.microsoft.playwright</groupId>
<artifactId>playwright</artifactId>
<version>1.12.0</version>
<version>1.14.1</version>
</dependency>
```