From 84b40b8c8cb172f776695e21a89b2d957f17bee6 Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Sat, 9 Jul 2016 10:09:50 -0700 Subject: [PATCH] Updated TestNG dependency in template to always pick the latest version. --- src/main/resources/templates/build.mustache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/templates/build.mustache b/src/main/resources/templates/build.mustache index b2d804cb..93e82ebf 100644 --- a/src/main/resources/templates/build.mustache +++ b/src/main/resources/templates/build.mustache @@ -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}}