Skip to content

Commit d337a65

Browse files
Update dependency chrome-for-testing to v150.0.7871.115
1 parent 80031eb commit d337a65

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

  • sbt-scalajs-esbuild-web/src/sbt-test/sbt-scalajs-esbuild-web
  • sbt-web-scalajs-esbuild/src/sbt-test/sbt-web-scalajs-esbuild/basic-project-snapshot

sbt-scalajs-esbuild-web/src/sbt-test/sbt-scalajs-esbuild-web/basic-web-project-snapshot/html.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

sbt-scalajs-esbuild-web/src/sbt-test/sbt-scalajs-esbuild-web/multiple-entry-points-snapshot/html.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

sbt-web-scalajs-esbuild/src/sbt-test/sbt-web-scalajs-esbuild/basic-project-snapshot/html.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)