Added supprot for TestNG 7.10.0
This commit is contained in:
parent
645e6d104a
commit
d74ee9d819
6 changed files with 44 additions and 8 deletions
|
@ -34,6 +34,5 @@ Don't forget to add a TestNG `test` dependency to your build file, as it is not
|
|||
|
||||
```java
|
||||
repositories = List.of(MAVEN_CENTRAL);
|
||||
scope(test).include(dependency("org.testng", "testng", version(7, 9, 0)));
|
||||
|
||||
scope(test).include(dependency("org.testng", "testng", version(7, 10, 0)));
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue