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

Updated TestNG dependency to always pick the latest version.

This commit is contained in:
Erik C. Thauvin 2016-07-09 10:21:13 -07:00
parent 31c41362d5
commit 860fce4aa8
2 changed files with 3 additions and 3 deletions

View file

@ -116,7 +116,7 @@ val jcommander = javaProject {
version = "1.52"
dependenciesTest {
compile("org.testng:testng:6.9.5")
compile("org.testng:testng:")
}
assemble {