From eede58fc3b90e04e2be9473bb482a9c47c398493 Mon Sep 17 00:00:00 2001 From: Cedric Beust Date: Mon, 6 Feb 2017 11:28:17 -0800 Subject: [PATCH] =?UTF-8?q?Don=E2=80=99t=20use=20version=20ranges=20in=20t?= =?UTF-8?q?he=20templates.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 93e82ebf..b7865ca8 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:") + compile("org.testng:testng:6.10") {{#testDependencies}} compile("{{groupId}}:{{artifactId}}:{{version}}") {{/testDependencies}}