Skip to content

Commit

Permalink
Update playwright to 1.42.0 (scalapb#609)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Mar 12, 2024
1 parent 72b7d98 commit dc29392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ lazy val e2eWeb =
scalaVersions = ScalaVersions,
settings = Seq(
libraryDependencies ++= Seq(
"com.microsoft.playwright" % "playwright" % "1.41.2" % Test,
"com.microsoft.playwright" % "playwright" % "1.42.0" % Test,
"dev.zio" %%% "zio-test" % Version.zio % Test,
"dev.zio" %% "zio-test-sbt" % Version.zio % Test
),
Expand Down

0 comments on commit dc29392

Please sign in to comment.