Skip to content

Commit

Permalink
Update playwright to 1.41.0 (#593)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Jan 18, 2024
1 parent 285cfdd commit a14ee18
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.40.0" % Test,
"com.microsoft.playwright" % "playwright" % "1.41.0" % Test,
"dev.zio" %%% "zio-test" % Version.zio % Test,
"dev.zio" %% "zio-test-sbt" % Version.zio % Test
),
Expand Down

0 comments on commit a14ee18

Please sign in to comment.