Skip to content

Commit 6cb9243

Browse files
committed
Release 3.3.0.0-alpha.2.
1 parent d6cee9c commit 6cb9243

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.sbt

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

66
organization := "org.scalatestplus"
77

8-
version := "3.3.0.0-RC1"
8+
version := "3.3.0.0-alpha.2"
99

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

@@ -31,12 +31,12 @@ scalaVersion := "2.13.16"
3131
crossScalaVersions := List("2.11.12", "2.12.20", scalaVersion.value, "3.3.6")
3232

3333
libraryDependencies ++= Seq(
34-
"org.scalatest" %% "scalatest-core" % "3.3.0-RC1",
34+
"org.scalatest" %% "scalatest-core" % "3.3.0-alpha.2",
3535
"org.seleniumhq.selenium" % "selenium-java" % "4.35.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.3.0-RC1" % Test,
39-
"org.scalatest" %% "scalatest-shouldmatchers" % "3.3.0-RC1" % Test
38+
"org.scalatest" %% "scalatest-funspec" % "3.3.0-alpha.2" % Test,
39+
"org.scalatest" %% "scalatest-shouldmatchers" % "3.3.0-alpha.2" % Test
4040
)
4141

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

0 commit comments

Comments
 (0)