Skip to content

Commit 056ab23

Browse files
author
scala-steward
committed
Update playwright to 1.56.0
1 parent 0cc1326 commit 056ab23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ lazy val browserTestJs = project
8888
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.19.0"),
8989
// playwright dependencies, copied from https://github.com/gmkumar2005/scala-js-env-playwright/blob/main/build.sbt
9090
libraryDependencies ++= Seq(
91-
"com.microsoft.playwright" % "playwright" % "1.49.0",
91+
"com.microsoft.playwright" % "playwright" % "1.56.0",
9292
"org.scala-js" %% "scalajs-js-envs" % "1.4.0",
9393
"com.google.jimfs" % "jimfs" % "1.3.0",
9494
"com.outr" %% "scribe" % "3.15.2",

0 commit comments

Comments
 (0)