Skip to content

Commit

Permalink
Update selenium-java to 4.27.0 (#289)
Browse files Browse the repository at this point in the history
Co-authored-by: ptrdom-scala-steward[bot] <157643620+ptrdom-scala-steward[bot]@users.noreply.github.com>
  • Loading branch information
ptrdom-scala-steward[bot] authored Dec 1, 2024
1 parent 4c19784 commit 6eb4426
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ lazy val `scala-steward-hooks` = project
"org.scalatest" %% "scalatest" % "3.2.19" % "test",
"org.scalatest" %% "scalatest-shouldmatchers" % "3.2.19",
"org.scalatestplus" %% "selenium-4-9" % "3.2.16.0",
"org.seleniumhq.selenium" % "selenium-java" % "4.26.0",
"org.seleniumhq.selenium" % "selenium-java" % "4.27.0",
"org.apache.pekko" %% "pekko-actor-typed" % "1.1.2",
"org.apache.pekko" %% "pekko-stream" % "1.1.2",
"org.apache.pekko" %% "pekko-http" % "1.1.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ lazy val `e2e-test` =
libraryDependencies += "org.scalatest" %%% "scalatest" % "3.2.19" % "test",
libraryDependencies ++= Seq(
"org.scalatestplus" %% "selenium-4-9" % "3.2.16.0" % "test",
"org.seleniumhq.selenium" % "selenium-java" % "4.26.0" % "test"
"org.seleniumhq.selenium" % "selenium-java" % "4.27.0" % "test"
) // should be upgraded when Electron upgrades its chromium version
)
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
libraryDependencies += "org.scalatestplus" %% "selenium-4-9" % "3.2.16.0"
libraryDependencies += "org.seleniumhq.selenium" % "selenium-java" % "4.26.0"
libraryDependencies += "org.seleniumhq.selenium" % "selenium-java" % "4.27.0"
libraryDependencies += "org.scalatest" %% "scalatest-shouldmatchers" % "3.2.19"
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
libraryDependencies += "org.scalatestplus" %% "selenium-4-9" % "3.2.16.0"
libraryDependencies += "org.seleniumhq.selenium" % "selenium-java" % "4.26.0"
libraryDependencies += "org.seleniumhq.selenium" % "selenium-java" % "4.27.0"
libraryDependencies += "org.scalatest" %% "scalatest-shouldmatchers" % "3.2.19"

0 comments on commit 6eb4426

Please sign in to comment.