Skip to content

Commit 2a265cc

Browse files
committed
Release 3.2.12.0.
1 parent 6fb0db1 commit 2a265cc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.sbt

Lines changed: 5 additions & 5 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-RC2"
8+
version := "3.2.12.0"
99

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

@@ -27,15 +27,15 @@ developers := List(
2727
)
2828

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

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

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

0 commit comments

Comments
 (0)