Bumped mustache to v0.9.5 in order to become compatible to Java 9 and newer. Fixes #93.

This commit is contained in:
Fabian Schlenz 2018-03-03 22:04:48 +01:00
parent 8ac5744405
commit 12cc65aa18
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ dependencies {
exclude module: 'slf4j-simple'
}
compile 'org.xerial:sqlite-jdbc:3.16.1'
compile 'com.github.spullara.mustache.java:compiler:0.8.18'
compile 'com.github.spullara.mustache.java:compiler:0.9.5'
compile 'org.slf4j:slf4j-api:1.7.21'
compile 'ch.qos.logback:logback-classic:1.1.7'
compile 'com.google.code.gson:gson:2.5'