Skip to content

Commit 2e3779f

Browse files
committed
update PW dep
1 parent 710aa01 commit 2e3779f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.devcontainer/features/mill/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ curl -fL "https://github.com/coursier/launchers/raw/master/cs-x86_64-pc-linux.gz
1010

1111
# Install metals - should prevent dependancy downloads on container start
1212
cs install metals
13-
cs launch com.microsoft.playwright:playwright:1.41.1 -M "com.microsoft.playwright.CLI" -- install --with-deps
13+
cs launch com.microsoft.playwright:playwright:1.51.0 -M "com.microsoft.playwright.CLI" -- install --with-deps

sjsls/test/src/liveServer.test.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import munit.CatsEffectSuite
2323

2424
/*
2525
Run
26-
cs launch com.microsoft.playwright:playwright:1.41.1 -M "com.microsoft.playwright.CLI" -- install --with-deps
26+
cs launch com.microsoft.playwright:playwright:1.51.0 -M "com.microsoft.playwright.CLI" -- install --with-deps
2727
before this test, to make sure that the driver bundles are downloaded.
2828
*/
2929

0 commit comments

Comments
 (0)