File tree Expand file tree Collapse file tree
sbt-scalajs-esbuild-web/src/sbt-test/sbt-scalajs-esbuild-web
basic-web-project-snapshot
multiple-entry-points-snapshot
sbt-web-scalajs-esbuild/src/sbt-test/sbt-web-scalajs-esbuild/basic-project-snapshot Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ InputKey[Unit]("html") := {
2323
2424 // Pinned so Selenium Manager fetches a deterministic browser+driver pair
2525 // both locally and in CI, instead of resolving against whatever is on PATH.
26- val chromeForTestingVersion = " 150.0.7871.49 "
26+ val chromeForTestingVersion = " 150.0.7871.115 "
2727 val firefoxVersion = " 152.0"
2828
2929 val webBrowser = new WebBrowser
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ InputKey[Unit]("html") := {
2323
2424 // Pinned so Selenium Manager fetches a deterministic browser+driver pair
2525 // both locally and in CI, instead of resolving against whatever is on PATH.
26- val chromeForTestingVersion = " 150.0.7871.49 "
26+ val chromeForTestingVersion = " 150.0.7871.115 "
2727 val firefoxVersion = " 152.0"
2828
2929 val webBrowser = new WebBrowser
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ InputKey[Unit]("html") := {
2020
2121 // Pinned so Selenium Manager fetches a deterministic browser+driver pair
2222 // both locally and in CI, instead of resolving against whatever is on PATH.
23- val chromeForTestingVersion = " 150.0.7871.49 "
23+ val chromeForTestingVersion = " 150.0.7871.115 "
2424 val firefoxVersion = " 152.0"
2525
2626 val webBrowser = new WebBrowser
You can’t perform that action at this time.
0 commit comments