Skip to content

Commit 0750105

Browse files
committed
Updated scalatest version to 3.2.16.0.
1 parent cb27791 commit 0750105

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ ScalaTest + TestNG provides integration support between ScalaTest and TestNG.
33

44
**Usage**
55

6-
To use it for ScalaTest 3.2.15 and TestNG 7.5.x:
6+
To use it for ScalaTest 3.2.16 and TestNG 7.5.x:
77

88
SBT:
99

1010
```
11-
libraryDependencies += "org.scalatestplus" %% "testng-7-5" % "3.2.15.0" % "test"
11+
libraryDependencies += "org.scalatestplus" %% "testng-7-5" % "3.2.16.0" % "test"
1212
```
1313

1414
Maven:
@@ -17,7 +17,7 @@ Maven:
1717
<dependency>
1818
<groupId>org.scalatestplus</groupId>
1919
<artifactId>testng-7-5_2.13</artifactId>
20-
<version>3.2.15.0</version>
20+
<version>3.2.16.0</version>
2121
<scope>test</scope>
2222
</dependency>
2323
```

build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name := "testng-7.5"
55

66
organization := "org.scalatestplus"
77

8-
version := "3.2.15.0"
8+
version := "3.2.16.0"
99

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

@@ -31,10 +31,10 @@ scalaVersion := "2.13.10"
3131
crossScalaVersions := List("2.10.7", "2.11.12", "2.12.17", "2.13.10", "3.1.3")
3232

3333
libraryDependencies ++= Seq(
34-
"org.scalatest" %% "scalatest-core" % "3.2.15",
34+
"org.scalatest" %% "scalatest-core" % "3.2.16",
3535
"org.testng" % "testng" % "7.5",
3636
"commons-io" % "commons-io" % "1.3.2" % "test",
37-
"org.scalatest" %% "scalatest-funsuite" % "3.2.15" % "test"
37+
"org.scalatest" %% "scalatest-funsuite" % "3.2.16" % "test"
3838
)
3939

4040
Compile / packageDoc / publishArtifact := !scalaBinaryVersion.value.startsWith("3")

0 commit comments

Comments
 (0)