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 ),