We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e350962 commit 26837b5Copy full SHA for 26837b5
build.sbt
@@ -2,7 +2,7 @@ name := "testng-6.7"
2
3
organization := "org.scalatestplus"
4
5
-version := "3.2.0.0-M1"
+version := "3.1.0.0"
6
7
homepage := Some(url("https://github.com/scalatest/scalatestplus-testng"))
8
@@ -26,7 +26,7 @@ developers := List(
26
crossScalaVersions := List("2.10.7", "2.11.12", "2.12.10", "2.13.1")
27
28
libraryDependencies ++= Seq(
29
- "org.scalatest" %% "scalatest-core" % "3.2.0-M1",
+ "org.scalatest" %% "scalatest" % "3.1.0",
30
"org.testng" % "testng" % "6.7",
31
"commons-io" % "commons-io" % "1.3.2" % "test",
32
"org.scalatest" %% "scalatest-funsuite" % "3.2.0-M1" % "test"
0 commit comments