Skip to content

Commit d4339fc

Browse files
committed
Changed remaining scalatest 3.2.12 to 3.2.13.
1 parent c9731ef commit d4339fc

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
@@ -34,8 +34,8 @@ libraryDependencies ++= Seq(
3434
"org.seleniumhq.selenium" % "selenium-java" % "4.2.2",
3535
"org.seleniumhq.selenium" % "htmlunit-driver" % "3.61.0",
3636
"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
37+
"org.scalatest" %% "scalatest-funspec" % "3.2.13" % Test,
38+
"org.scalatest" %% "scalatest-shouldmatchers" % "3.2.13" % Test
3939
)
4040

4141
import scala.xml.{Node => XmlNode, NodeSeq => XmlNodeSeq, _}

0 commit comments

Comments
 (0)