Updated version to 1.1.1

This commit is contained in:
Erik C. Thauvin 2019-03-30 21:02:11 -07:00
parent 6f2ce396f3
commit be84f36395
13 changed files with 59 additions and 31 deletions

View file

@ -73,9 +73,9 @@ 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")
compile("com.github.spullara.mustache.java:compiler:0.9.6")
compileOnly("org.jetbrains.kotlin:kotlin-stdlib:1.3.21")
compileOnly("com.github.spotbugs:spotbugs-annotations:3.1.12")
}
dependenciesTest {