Updated dependencies.

This commit is contained in:
Erik C. Thauvin 2018-11-02 17:35:02 -07:00
parent 98fe423ee5
commit a502150903
4 changed files with 18 additions and 17 deletions

View file

@ -75,10 +75,11 @@ val semver = project {
dependencies {
compile("com.github.spullara.mustache.java:compiler:0.9.5")
compileOnly("org.jetbrains.kotlin:kotlin-stdlib:1.2.10")
compileOnly("com.github.spotbugs:spotbugs-annotations:3.1.8")
}
dependenciesTest {
compile("org.testng:testng:6.13.1")
compile("org.testng:testng:6.14.3")
}
javaCompiler {
@ -137,4 +138,4 @@ val semver = project {
pom2xml {
}
}
}