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:
parent
31c41362d5
commit
860fce4aa8
2 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
|
@ -116,7 +116,7 @@ val jcommander = javaProject {
|
|||
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