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 @@ -2,7 +2,7 @@ name := "testng-6.7"
2
2
3
3
organization := " org.scalatestplus"
4
4
5
- version := " 3.1 .0.0"
5
+ version := " 3.2 .0.0-M2 "
6
6
7
7
homepage := Some (url(" https://github.com/scalatest/scalatestplus-testng" ))
8
8
@@ -26,10 +26,10 @@ developers := List(
26
26
crossScalaVersions := List (" 2.10.7" , " 2.11.12" , " 2.12.10" , " 2.13.1" )
27
27
28
28
libraryDependencies ++= Seq (
29
- " org.scalatest" %% " scalatest" % " 3.1.0 " ,
29
+ " org.scalatest" %% " scalatest-core " % " 3.2.0-M2 " ,
30
30
" org.testng" % " testng" % " 6.7" ,
31
31
" commons-io" % " commons-io" % " 1.3.2" % " test" ,
32
- " org.scalatest" %% " scalatest-funsuite" % " 3.2.0-M1 " % " test"
32
+ " org.scalatest" %% " scalatest-funsuite" % " 3.2.0-M2 " % " test"
33
33
)
34
34
35
35
import scala .xml .{Node => XmlNode , NodeSeq => XmlNodeSeq , _ }
You can’t perform that action at this time.
0 commit comments