Skip to content

Commit

Permalink
Update playwright to 1.47.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-bot committed Sep 13, 2024
1 parent f60581d commit fef8576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ lazy val localServer = project.settings(
"ws.unfiltered" %% "unfiltered-filter" % "0.12.0",
"ws.unfiltered" %% "unfiltered-jetty" % "0.12.0",
"org.scalatest" %%% "scalatest-freespec" % "3.2.19" % Test,
"com.microsoft.playwright" % "playwright" % "1.46.0" % Test,
"com.microsoft.playwright" % "playwright" % "1.47.0" % Test,
)
)

Expand Down

0 comments on commit fef8576

Please sign in to comment.