Skip to content

Commit dc52a8a

Browse files
committed
Updated to selenium 4.7.1 and html-unit 4.7.0.
1 parent 5ac767f commit dc52a8a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import java.io.PrintWriter
22
import scala.io.Source
33

4-
name := "selenium-4.6"
4+
name := "selenium-4.7"
55

66
organization := "org.scalatestplus"
77

@@ -31,8 +31,8 @@ crossScalaVersions := List("2.10.7", "2.11.12", "2.12.17", "2.13.10", "3.1.3")
3131

3232
libraryDependencies ++= Seq(
3333
"org.scalatest" %% "scalatest-core" % "3.2.14",
34-
"org.seleniumhq.selenium" % "selenium-java" % "4.6.0",
35-
"org.seleniumhq.selenium" % "htmlunit-driver" % "4.6.0",
34+
"org.seleniumhq.selenium" % "selenium-java" % "4.7.1",
35+
"org.seleniumhq.selenium" % "htmlunit-driver" % "4.7.0",
3636
"org.eclipse.jetty" % "jetty-webapp" % "9.4.48.v20220622" % Test,
3737
"org.scalatest" %% "scalatest-funspec" % "3.2.14" % Test,
3838
"org.scalatest" %% "scalatest-shouldmatchers" % "3.2.14" % Test

0 commit comments

Comments
 (0)