File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ name := "testng-7.11"
55
66organization := " org.scalatestplus"
77
8- version := " 3.3.0.0"
8+ version := " 3.3.0.0-alpha.2 "
99
1010homepage := Some (url(" https://github.com/scalatest/scalatestplus-testng" ))
1111
@@ -31,10 +31,10 @@ scalaVersion := "2.13.16"
3131crossScalaVersions := List (" 2.11.12" , " 2.12.20" , " 2.13.16" , " 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.testng" % " testng" % " 7.11.0" ,
3636 " commons-io" % " commons-io" % " 1.3.2" % " test" ,
37- " org.scalatest" %% " scalatest-funsuite" % " 3.3.0-RC1 " % " test"
37+ " org.scalatest" %% " scalatest-funsuite" % " 3.3.0-alpha.2 " % " test"
3838)
3939
4040Compile / packageDoc / publishArtifact := ! scalaBinaryVersion.value.startsWith(" 3" )
You can’t perform that action at this time.
0 commit comments