Skip to content

Commit 450e013

Browse files
committed
Updated to use scalatest 3.2.12-RC2.
1 parent 713a8a3 commit 450e013

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.1"
55

66
organization := "org.scalatestplus"
77

8-
version := "3.2.12.0-RC1"
8+
version := "3.2.12.0-RC2"
99

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

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

29-
scalaVersion := "2.13.6"
30-
crossScalaVersions := List("2.10.7", "2.11.12", "2.12.15", "2.13.6", "3.0.2")
29+
scalaVersion := "2.13.8"
30+
crossScalaVersions := List("2.10.7", "2.11.12", "2.12.15", "2.13.8", "3.0.2")
3131

3232
libraryDependencies ++= Seq(
33-
"org.scalatest" %% "scalatest-core" % "3.2.12-RC1",
33+
"org.scalatest" %% "scalatest-core" % "3.2.12-RC2",
3434
"org.seleniumhq.selenium" % "selenium-java" % "4.1.1",
3535
"org.seleniumhq.selenium" % "htmlunit-driver" % "3.56.0",
3636
"org.eclipse.jetty" % "jetty-webapp" % "9.4.44.v20210927" % Test,
37-
"org.scalatest" %% "scalatest-funspec" % "3.2.12-RC1" % Test,
38-
"org.scalatest" %% "scalatest-shouldmatchers" % "3.2.12-RC1" % Test
37+
"org.scalatest" %% "scalatest-funspec" % "3.2.12-RC2" % Test,
38+
"org.scalatest" %% "scalatest-shouldmatchers" % "3.2.12-RC2" % Test
3939
)
4040

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

0 commit comments

Comments
 (0)