Skip to content

Commit

Permalink
Updated htmlunit-driver to 3.62.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
cheeseng committed Jul 28, 2022
1 parent d4339fc commit c263ef1
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 @@ -32,7 +32,7 @@ crossScalaVersions := List("2.10.7", "2.11.12", "2.12.16", "2.13.8", "3.1.3")
libraryDependencies ++= Seq(
"org.scalatest" %% "scalatest-core" % "3.2.13",
"org.seleniumhq.selenium" % "selenium-java" % "4.2.2",
"org.seleniumhq.selenium" % "htmlunit-driver" % "3.61.0",
"org.seleniumhq.selenium" % "htmlunit-driver" % "3.62.0",
"org.eclipse.jetty" % "jetty-webapp" % "9.4.44.v20210927" % Test,
"org.scalatest" %% "scalatest-funspec" % "3.2.13" % Test,
"org.scalatest" %% "scalatest-shouldmatchers" % "3.2.13" % Test
Expand Down

0 comments on commit c263ef1

Please sign in to comment.