Skip to content

Commit 511b44d

Browse files
committed
Updated to use selenium 4.1.3 and html-unit 3.61.0.
1 parent a295812 commit 511b44d

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.1.2")
3131

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

0 commit comments

Comments
 (0)