From 579ad88f4752b0b8fdbf92c7621933e200c0bb32 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 30 Jul 2024 02:05:11 +0000 Subject: [PATCH] Update playwright to 1.45.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 20e16462..88c8f76d 100644 --- a/build.sbt +++ b/build.sbt @@ -187,7 +187,7 @@ lazy val e2eWeb = scalaVersions = ScalaVersions, settings = Seq( libraryDependencies ++= Seq( - "com.microsoft.playwright" % "playwright" % "1.45.0" % Test, + "com.microsoft.playwright" % "playwright" % "1.45.1" % Test, "dev.zio" %%% "zio-test" % Version.zio % Test, "dev.zio" %% "zio-test-sbt" % Version.zio % Test ),