Skip to content

Commit

Permalink
Update playwright to 1.45.0 (scalapb#641)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Jun 28, 2024
1 parent a5b815a commit a2efb83
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.44.0" % Test,
"com.microsoft.playwright" % "playwright" % "1.45.0" % Test,
"dev.zio" %%% "zio-test" % Version.zio % Test,
"dev.zio" %% "zio-test-sbt" % Version.zio % Test
),
Expand Down

0 comments on commit a2efb83

Please sign in to comment.