Skip to content

Commit a14ee18

Browse files
Update playwright to 1.41.0 (#593)
1 parent 285cfdd commit a14ee18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ lazy val e2eWeb =
181181
scalaVersions = ScalaVersions,
182182
settings = Seq(
183183
libraryDependencies ++= Seq(
184-
"com.microsoft.playwright" % "playwright" % "1.40.0" % Test,
184+
"com.microsoft.playwright" % "playwright" % "1.41.0" % Test,
185185
"dev.zio" %%% "zio-test" % Version.zio % Test,
186186
"dev.zio" %% "zio-test-sbt" % Version.zio % Test
187187
),

0 commit comments

Comments
 (0)