From 416e0b3dc983f88de24eaeb38eb3eeba68b7950d Mon Sep 17 00:00:00 2001 From: scala-steward Date: Tue, 30 Jun 2026 00:52:25 +0000 Subject: [PATCH] Update playwright to 1.61.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 0090605..f063ff8 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.61.0", "org.scala-js" %% "scalajs-js-envs" % "1.5.0", "com.google.jimfs" % "jimfs" % "1.3.1", "com.outr" %% "scribe" % "3.15.2",