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:
commit
d85365f56a
3 changed files with 4 additions and 4 deletions
|
@ -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>
|
||||
|
|
|
@ -111,7 +111,7 @@ val jcommander = project {
|
|||
version = "1.54"
|
||||
|
||||
dependenciesTest {
|
||||
compile("org.testng:testng:6.9.9")
|
||||
compile("org.testng:testng:")
|
||||
}
|
||||
|
||||
assemble {
|
||||
|
|
|
@ -95,7 +95,7 @@ val jcommander = project {
|
|||
version = "1.52"
|
||||
|
||||
dependenciesTest {
|
||||
compile("org.testng:testng:6.9.5")
|
||||
compile("org.testng:testng:")
|
||||
}
|
||||
|
||||
assemble {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue