Skip to content

Commit

Permalink
selenium-chrome-driver 4.20.0 (was 4.9.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed May 5, 2024
1 parent 64a4716 commit 65e8360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ lazy val root = (project in file("."))
macwire % Test,
// Test dependencies for running chrome driver
"io.github.bonigarcia" % "webdrivermanager" % "5.3.2" % Test,
"org.seleniumhq.selenium" % "selenium-chrome-driver" % "4.9.1" % Test,
"org.seleniumhq.selenium" % "selenium-chrome-driver" % "4.20.0" % Test,
// Test framework dependencies
"org.scalatest" %% "scalatest" % "3.1.2" % Test,
"com.novocode" % "junit-interface" % "0.11" % Test
Expand Down

0 comments on commit 65e8360

Please sign in to comment.