Skip to content

Commit

Permalink
Merge pull request #192 from scala-steward-bot/update/playwright-1.48.0
Browse files Browse the repository at this point in the history
Update playwright to 1.48.0
  • Loading branch information
xuwei-k authored Oct 17, 2024
2 parents 9b7d382 + cea6759 commit 47ca69d
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 @@ -179,7 +179,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.47.0" % Test,
"com.microsoft.playwright" % "playwright" % "1.48.0" % Test,
)
)

Expand Down

0 comments on commit 47ca69d

Please sign in to comment.