From cdc5d29ded9f3b97f94c5d9f74a4c3e02d528915 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Fri, 7 Aug 2026 01:16:43 +0000 Subject: [PATCH] Update playwright to 1.62.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 0090605..25b4743 100644 --- a/build.sbt +++ b/build.sbt @@ -89,7 +89,7 @@ lazy val browserTestJs = project addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.20.1"), // playwright dependencies, copied from https://github.com/gmkumar2005/scala-js-env-playwright/blob/main/build.sbt libraryDependencies ++= Seq( - "com.microsoft.playwright" % "playwright" % "1.56.0", + "com.microsoft.playwright" % "playwright" % "1.62.0", "org.scala-js" %% "scalajs-js-envs" % "1.5.0", "com.google.jimfs" % "jimfs" % "1.3.1", "com.outr" %% "scribe" % "3.15.2",