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

Testing the TestNG fix.

This commit is contained in:
Cedric Beust 2016-02-29 23:37:45 -08:00
parent 1a4f640834
commit 0e5ed8a663

View file

@ -124,7 +124,7 @@ val kobaltApp = project(kobaltPluginApi, wrapper) {
} }
dependenciesTest { dependenciesTest {
compile("org.testng:testng:6.9.10") compile("org.testng:testng:6.9.11-SNAPSHOT")
} }
assemble { assemble {