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 0cc1326 commit 056ab23Copy full SHA for 056ab23
build.sbt
@@ -88,7 +88,7 @@ lazy val browserTestJs = project
88
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.19.0"),
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.49.0",
+ "com.microsoft.playwright" % "playwright" % "1.56.0",
92
"org.scala-js" %% "scalajs-js-envs" % "1.4.0",
93
"com.google.jimfs" % "jimfs" % "1.3.0",
94
"com.outr" %% "scribe" % "3.15.2",
0 commit comments