Skip to content

Commit 72f0a63

Browse files
committed
Update playwright to 1.45.0
1 parent a5b815a commit 72f0a63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
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.44.0" % Test,
184+
"com.microsoft.playwright" % "playwright" % "1.45.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)