File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
.devcontainer/features/mill Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,4 +10,4 @@ curl -fL "https://github.com/coursier/launchers/raw/master/cs-x86_64-pc-linux.gz
10
10
11
11
# Install metals - should prevent dependancy downloads on container start
12
12
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
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ import munit.CatsEffectSuite
23
23
24
24
/*
25
25
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
27
27
before this test, to make sure that the driver bundles are downloaded.
28
28
*/
29
29
You can’t perform that action at this time.
0 commit comments