1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 00:17:11 -07:00

Updated TestNG dependency in template to always pick the latest version.

This commit is contained in:
Erik C. Thauvin 2016-07-09 10:09:50 -07:00
parent 1b6cbd842c
commit 84b40b8c8c

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