Skip to content

Commit c263ef1

Browse files
committed
Updated htmlunit-driver to 3.62.0.
1 parent d4339fc commit c263ef1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ crossScalaVersions := List("2.10.7", "2.11.12", "2.12.16", "2.13.8", "3.1.3")
3232
libraryDependencies ++= Seq(
3333
"org.scalatest" %% "scalatest-core" % "3.2.13",
3434
"org.seleniumhq.selenium" % "selenium-java" % "4.2.2",
35-
"org.seleniumhq.selenium" % "htmlunit-driver" % "3.61.0",
35+
"org.seleniumhq.selenium" % "htmlunit-driver" % "3.62.0",
3636
"org.eclipse.jetty" % "jetty-webapp" % "9.4.44.v20210927" % Test,
3737
"org.scalatest" %% "scalatest-funspec" % "3.2.13" % Test,
3838
"org.scalatest" %% "scalatest-shouldmatchers" % "3.2.13" % Test

0 commit comments

Comments
 (0)