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

Don’t use version ranges in the templates.

This commit is contained in:
Cedric Beust 2017-02-06 11:28:17 -08:00
parent a3cd1ea7f2
commit eede58fc3b

View file

@ -36,7 +36,7 @@ val p = {{directive}} {
}
dependenciesTest {
compile("org.testng:testng:")
compile("org.testng:testng:6.10")
{{#testDependencies}}
compile("{{groupId}}:{{artifactId}}:{{version}}")
{{/testDependencies}}