docs: update java version to alpha in the intro (#5744)

This commit is contained in:
Yury Semikhatsky 2021-03-05 21:15:00 -08:00 committed by GitHub
parent b3561e6c41
commit b5aeba90a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,7 +59,7 @@ public class Example {
<dependency>
<groupId>com.microsoft.playwright</groupId>
<artifactId>playwright</artifactId>
<version>0.190.0-SNAPSHOT</version>
<version>1.9.0-alpha-0</version>
</dependency>
</dependencies>
<build>