Skip to content

Commit

Permalink
selenium-chrome-driver 4.14.1 (was 4.9.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Oct 17, 2023
1 parent 69a30db commit afd28a5
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 @@ -37,7 +37,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.14.1" % Test,
// Test framework dependencies
"org.scalatest" %% "scalatest" % "3.1.2" % Test,
"com.novocode" % "junit-interface" % "0.11" % Test
Expand Down

0 comments on commit afd28a5

Please sign in to comment.