We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca765af commit 59bb7faCopy full SHA for 59bb7fa
build.sbt
@@ -88,7 +88,7 @@ lazy val browserTestJs = project
88
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.20.1"),
89
// playwright dependencies, copied from https://github.com/gmkumar2005/scala-js-env-playwright/blob/main/build.sbt
90
libraryDependencies ++= Seq(
91
- "com.microsoft.playwright" % "playwright" % "1.56.0",
+ "com.microsoft.playwright" % "playwright" % "1.57.0",
92
"org.scala-js" %% "scalajs-js-envs" % "1.5.0",
93
"com.google.jimfs" % "jimfs" % "1.3.1",
94
"com.outr" %% "scribe" % "3.15.2",
0 commit comments