Skip to content

Commit 5881075

Browse files
committed
Updated to ScalaTest 3.2.19.
1 parent 83eeaa0 commit 5881075

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

build.sbt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name := "selenium-4.21"
55

66
organization := "org.scalatestplus"
77

8-
version := "3.2.18.0"
8+
version := "3.2.19.0"
99

1010
homepage := Some(url("https://github.com/scalatest/scalatestplus-selenium"))
1111

@@ -26,17 +26,17 @@ developers := List(
2626
)
2727
)
2828

29-
scalaVersion := "2.13.12"
29+
scalaVersion := "2.13.13"
3030

31-
crossScalaVersions := List("2.11.12", "2.12.18", "2.13.12", "3.3.1")
31+
crossScalaVersions := List("2.11.12", "2.12.19", "2.13.13", "3.3.3")
3232

3333
libraryDependencies ++= Seq(
34-
"org.scalatest" %% "scalatest-core" % "3.2.18",
34+
"org.scalatest" %% "scalatest-core" % "3.2.19",
3535
"org.seleniumhq.selenium" % "selenium-java" % "4.21.0",
3636
"org.seleniumhq.selenium" % "htmlunit-driver" % "4.13.0",
3737
"org.eclipse.jetty" % "jetty-webapp" % "9.4.48.v20220622" % Test,
38-
"org.scalatest" %% "scalatest-funspec" % "3.2.18" % Test,
39-
"org.scalatest" %% "scalatest-shouldmatchers" % "3.2.18" % Test
38+
"org.scalatest" %% "scalatest-funspec" % "3.2.19" % Test,
39+
"org.scalatest" %% "scalatest-shouldmatchers" % "3.2.19" % Test
4040
)
4141

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

0 commit comments

Comments
 (0)