1
0
Fork 0
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:
Cedric Beust 2016-07-09 15:14:39 -07:00 committed by GitHub
commit e034bf7bee

View file

@ -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}}