Kobalt 1.0.90, Mustache 0.9.4, TestNG 6.12 updates.

This commit is contained in:
Erik C. Thauvin 2017-10-29 23:35:09 -07:00
parent 4e99013a7e
commit 7b500cc8fc
8 changed files with 28 additions and 61 deletions

View file

@ -72,11 +72,12 @@ val semver = project {
}
dependencies {
compile("com.github.spullara.mustache.java:compiler:0.9.4")
compile("com.github.spullara.mustache.java:compiler:0.9.5")
compileOnly("org.jetbrains.kotlin:kotlin-stdlib:1.1.51")
}
dependenciesTest {
compile("org.testng:testng:6.11")
compile("org.testng:testng:6.12")
}
assemble {