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

Merge pull request #12 from ethauvin/master

Updated TestNG dependency to always pick latest.
This commit is contained in:
Cedric Beust 2016-07-09 15:14:24 -07:00 committed by GitHub
commit d85365f56a
3 changed files with 4 additions and 4 deletions

View file

@ -217,7 +217,7 @@ dependencies {
}
dependenciesTest {
compile("org.testng:testng:6.9.5")
compile("org.testng:testng:")
}
</pre>
<p>
@ -586,7 +586,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>

View file

@ -111,7 +111,7 @@ val jcommander = project {
version = "1.54"
dependenciesTest {
compile("org.testng:testng:6.9.9")
compile("org.testng:testng:")
}
assemble {

View file

@ -95,7 +95,7 @@ val jcommander = project {
version = "1.52"
dependenciesTest {
compile("org.testng:testng:6.9.5")
compile("org.testng:testng:")
}
assemble {