Skip to content

Commit 905182a

Browse files
committed
Merge branch 'feature-3.2.0.0-M2'
2 parents 88c28a1 + e6afe43 commit 905182a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name := "testng-6.7"
22

33
organization := "org.scalatestplus"
44

5-
version := "3.1.0.0"
5+
version := "3.2.0.0-M4"
66

77
homepage := Some(url("https://github.com/scalatest/scalatestplus-testng"))
88

@@ -26,10 +26,10 @@ developers := List(
2626
crossScalaVersions := List("2.10.7", "2.11.12", "2.12.10", "2.13.1")
2727

2828
libraryDependencies ++= Seq(
29-
"org.scalatest" %% "scalatest" % "3.1.0",
29+
"org.scalatest" %% "scalatest-core" % "3.2.0-M4",
3030
"org.testng" % "testng" % "6.7",
3131
"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-M4" % "test"
3333
)
3434

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

0 commit comments

Comments
 (0)