Skip to content

Commit

Permalink
Update intro-java.md
Browse files Browse the repository at this point in the history
Fix compilation issue:  microsoft/playwright-java#1159

Signed-off-by: Emerson Castaneda <emecas@users.noreply.github.com>
  • Loading branch information
emecas committed Jan 6, 2023
1 parent 7bbaf2a commit 949f2cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/intro-java.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public class App {
<dependency>
<groupId>com.microsoft.playwright</groupId>
<artifactId>playwright</artifactId>
<version>1.30.0</version>
<version>1.28.1</version>
</dependency>
</dependencies>
<build>
Expand Down

0 comments on commit 949f2cc

Please sign in to comment.