Skip to content

Commit 5c3b4b8

Browse files
Update playwright to 1.37.0 (#542)
1 parent 44a827b commit 5c3b4b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.36.0" % Test,
184+
"com.microsoft.playwright" % "playwright" % "1.37.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)