We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9731ef commit d4339fcCopy full SHA for d4339fc
build.sbt
@@ -34,8 +34,8 @@ libraryDependencies ++= Seq(
34
"org.seleniumhq.selenium" % "selenium-java" % "4.2.2",
35
"org.seleniumhq.selenium" % "htmlunit-driver" % "3.61.0",
36
"org.eclipse.jetty" % "jetty-webapp" % "9.4.44.v20210927" % Test,
37
- "org.scalatest" %% "scalatest-funspec" % "3.2.12" % Test,
38
- "org.scalatest" %% "scalatest-shouldmatchers" % "3.2.12" % Test
+ "org.scalatest" %% "scalatest-funspec" % "3.2.13" % Test,
+ "org.scalatest" %% "scalatest-shouldmatchers" % "3.2.13" % Test
39
)
40
41
import scala.xml.{Node => XmlNode, NodeSeq => XmlNodeSeq, _}
0 commit comments