Skip to content

Commit ea7aaeb

Browse files
committed
Updated version in README.md to 3.2.12.0.
1 parent 3fe6d4d commit ea7aaeb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
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.11 and TestNG 7.5.x:
6+
To use it for ScalaTest 3.2.12 and TestNG 7.5.x:
77

88
SBT:
99

1010
```
11-
libraryDependencies += "org.scalatestplus" %% "testng-7-5" % "3.2.11.0" % "test"
11+
libraryDependencies += "org.scalatestplus" %% "testng-7-5" % "3.2.12.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.11.0</version>
20+
<version>3.2.12.0</version>
2121
<scope>test</scope>
2222
</dependency>
2323
```

0 commit comments

Comments
 (0)