From f5df1a31dcbdbfe467aec47b72082c8d433fd995 Mon Sep 17 00:00:00 2001 From: "Indoor Vivants Steward[bot]" <228215+Indoor+Vivants+Steward[bot]@users.noreply.github.com> Date: Sat, 15 Jul 2023 00:03:17 +0000 Subject: [PATCH] Update playwright to 1.36.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 8c4389c..62dcbb7 100644 --- a/build.sbt +++ b/build.sbt @@ -41,7 +41,7 @@ val Versions = new { val Cats = "2.9.0" - val Playwright = "1.34.0" + val Playwright = "1.36.0" val OrganizeImports = "0.6.0"