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 44a827b commit 5c3b4b8Copy full SHA for 5c3b4b8
build.sbt
@@ -181,7 +181,7 @@ lazy val e2eWeb =
181
scalaVersions = ScalaVersions,
182
settings = Seq(
183
libraryDependencies ++= Seq(
184
- "com.microsoft.playwright" % "playwright" % "1.36.0" % Test,
+ "com.microsoft.playwright" % "playwright" % "1.37.0" % Test,
185
"dev.zio" %%% "zio-test" % Version.zio % Test,
186
"dev.zio" %% "zio-test-sbt" % Version.zio % Test
187
),
0 commit comments