From 9dad795f43c6fff263ac7c9663cd4eeb3b538672 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Fri, 10 Apr 2026 00:34:08 +0000 Subject: [PATCH] Update playwright to 1.59.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4fed434..9cf3e14 100644 --- a/build.sbt +++ b/build.sbt @@ -88,7 +88,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.59.0", "org.scala-js" %% "scalajs-js-envs" % "1.5.0", "com.google.jimfs" % "jimfs" % "1.3.1", "com.outr" %% "scribe" % "3.15.2",