Skip to content

Commit 6fb0db1

Browse files
committed
Updated selenium-java version to 4.1.2 and html-unit driver to 3.60.0.
1 parent 450e013 commit 6fb0db1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ crossScalaVersions := List("2.10.7", "2.11.12", "2.12.15", "2.13.8", "3.0.2")
3131

3232
libraryDependencies ++= Seq(
3333
"org.scalatest" %% "scalatest-core" % "3.2.12-RC2",
34-
"org.seleniumhq.selenium" % "selenium-java" % "4.1.1",
35-
"org.seleniumhq.selenium" % "htmlunit-driver" % "3.56.0",
34+
"org.seleniumhq.selenium" % "selenium-java" % "4.1.2",
35+
"org.seleniumhq.selenium" % "htmlunit-driver" % "3.60.0",
3636
"org.eclipse.jetty" % "jetty-webapp" % "9.4.44.v20210927" % Test,
3737
"org.scalatest" %% "scalatest-funspec" % "3.2.12-RC2" % Test,
3838
"org.scalatest" %% "scalatest-shouldmatchers" % "3.2.12-RC2" % Test

0 commit comments

Comments
 (0)