Skip to content

Commit 1d3223b

Browse files
Update dependency chrome-for-testing to v150.0.7871.124 (#703)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 18c6055 commit 1d3223b

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.115"
26+
val chromeForTestingVersion = "150.0.7871.124"
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.115"
26+
val chromeForTestingVersion = "150.0.7871.124"
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.115"
23+
val chromeForTestingVersion = "150.0.7871.124"
2424
val firefoxVersion = "152.0"
2525

2626
val webBrowser = new WebBrowser

0 commit comments

Comments
 (0)