Dependencies updates.

This commit is contained in:
Erik C. Thauvin 2018-01-16 20:09:54 -08:00
parent feba5b62b3
commit ddfab0fe3b
2 changed files with 3 additions and 3 deletions

View file

@ -74,11 +74,11 @@ val semver = project {
dependencies {
compile("com.github.spullara.mustache.java:compiler:0.9.5")
compileOnly("org.jetbrains.kotlin:kotlin-stdlib:1.1.51")
compileOnly("org.jetbrains.kotlin:kotlin-stdlib:1.2.10")
}
dependenciesTest {
compile("org.testng:testng:6.12")
compile("org.testng:testng:6.13.1")
}
javaCompiler {