File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ name := "selenium-4.35"
55
66organization := " org.scalatestplus"
77
8- version := " 3.3.0.0-RC1 "
8+ version := " 3.3.0.0-alpha.2 "
99
1010homepage := Some (url(" https://github.com/scalatest/scalatestplus-selenium" ))
1111
@@ -31,12 +31,12 @@ scalaVersion := "2.13.16"
3131crossScalaVersions := List (" 2.11.12" , " 2.12.20" , scalaVersion.value, " 3.3.6" )
3232
3333libraryDependencies ++= 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
4242import scala .xml .{Node => XmlNode , NodeSeq => XmlNodeSeq , _ }
You can’t perform that action at this time.
0 commit comments