mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 00:17:11 -07:00
Merge pull request #271 from ethauvin/master
Updated TestNG dependency in template to always pick the latest version.
This commit is contained in:
commit
e034bf7bee
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ val p = {{directive}} {
|
|||
}
|
||||
|
||||
dependenciesTest {
|
||||
compile("org.testng:testng:6.9.9")
|
||||
compile("org.testng:testng:")
|
||||
{{#testDependencies}}
|
||||
compile("{{groupId}}:{{artifactId}}:{{version}}")
|
||||
{{/testDependencies}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue