mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Updated to testng 6.11
This commit is contained in:
parent
f9206efaa0
commit
fae512f639
3 changed files with 5 additions and 4 deletions
|
@ -38,7 +38,7 @@ val p = {{directive}} {
|
|||
}
|
||||
|
||||
dependenciesTest {
|
||||
compile("org.testng:testng:6.10")
|
||||
compile("org.testng:testng:6.11")
|
||||
{{#testDependencies}}
|
||||
compile("{{groupId}}:{{artifactId}}:{{version}}")
|
||||
{{/testDependencies}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue