1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-25 16:07:12 -07:00

Updated to testng 6.11

This commit is contained in:
Erik C. Thauvin 2017-03-26 12:21:48 -07:00
parent f9206efaa0
commit fae512f639
3 changed files with 5 additions and 4 deletions

View file

@ -158,7 +158,7 @@ class TestNgRunner : GenericTestRunner() {
val dep = with(context.dependencyManager) {
val jf = create("org.testng.testng-remote:testng-remote:1.3.0")
val tr = create("org.testng.testng-remote:$remoteRunnerVersion:1.3.0")
val testng = create("org.testng:testng:6.10")
val testng = create("org.testng:testng:6.11")
transitiveClosure(kotlin.collections.listOf(jf, tr /*, testng */))
}