From 5b4053ef6247614ab7e895dac3efc0300f579e17 Mon Sep 17 00:00:00 2001 From: "Indoor Vivants Steward[bot]" <228215+Indoor+Vivants+Steward[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 00:30:35 +0000 Subject: [PATCH] Update playwright to 1.49.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 0522399..4efc072 100644 --- a/build.sbt +++ b/build.sbt @@ -41,7 +41,7 @@ val Versions = new { val Cats = "2.9.0" - val Playwright = "1.41.2" + val Playwright = "1.49.0" val OrganizeImports = "0.6.0"