1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt-doc.git synced 2025-04-25 03:57:11 -07:00

Updated TestNG dependency to always pick the latest version.

This commit is contained in:
Erik C. Thauvin 2016-07-09 10:21:13 -07:00
parent 31c41362d5
commit 860fce4aa8
2 changed files with 3 additions and 3 deletions

View file

@ -205,7 +205,7 @@ dependencies {
}
dependenciesTest {
compile("org.testng:testng:6.9.5")
compile("org.testng:testng:")
}
</pre>
<p>
@ -441,7 +441,7 @@ Here are the options that you can pass to <code>./kobaltw</code>:
$ ./kobaltw --checkVersions
New versions found:
com.beust:klaxon:0.14
org.testng:testng:6.9.5
org.testng:testng:6.9.12
</pre>
</td>
</tr>