Skip to content

Commit 59bb7fa

Browse files
author
scala-steward
committed
Update playwright to 1.57.0
1 parent ca765af commit 59bb7fa

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.20.1"),
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.56.0",
91+
"com.microsoft.playwright" % "playwright" % "1.57.0",
9292
"org.scala-js" %% "scalajs-js-envs" % "1.5.0",
9393
"com.google.jimfs" % "jimfs" % "1.3.1",
9494
"com.outr" %% "scribe" % "3.15.2",

0 commit comments

Comments
 (0)