Skip to content

Commit

Permalink
Merge pull request #163 from scala-steward-bot/update/playwright-1.45.0
Browse files Browse the repository at this point in the history
Update playwright to 1.45.0

[skip ci]
  • Loading branch information
xuwei-k authored Jun 27, 2024
2 parents b6e031f + 046b2d5 commit 46ab54c
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.44.0" % Test,
"com.microsoft.playwright" % "playwright" % "1.45.0" % Test,
)
)

Expand Down

0 comments on commit 46ab54c

Please sign in to comment.