Skip to content

Commit

Permalink
Updated version in README.md to 3.2.12.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
cheeseng committed Apr 29, 2022
1 parent 3fe6d4d commit ea7aaeb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ ScalaTest + TestNG provides integration support between ScalaTest and TestNG.

**Usage**

To use it for ScalaTest 3.2.11 and TestNG 7.5.x:
To use it for ScalaTest 3.2.12 and TestNG 7.5.x:

SBT:

```
libraryDependencies += "org.scalatestplus" %% "testng-7-5" % "3.2.11.0" % "test"
libraryDependencies += "org.scalatestplus" %% "testng-7-5" % "3.2.12.0" % "test"
```

Maven:
Expand All @@ -17,7 +17,7 @@ Maven:
<dependency>
<groupId>org.scalatestplus</groupId>
<artifactId>testng-7-5_2.13</artifactId>
<version>3.2.11.0</version>
<version>3.2.12.0</version>
<scope>test</scope>
</dependency>
```
Expand Down

0 comments on commit ea7aaeb

Please sign in to comment.