mirror of
https://github.com/fabianonline/telegram_backup.git
synced 2024-11-22 08:46:15 +00:00
Bumped mustache to v0.9.5 in order to become compatible to Java 9 and newer. Fixes #93.
This commit is contained in:
parent
8ac5744405
commit
12cc65aa18
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user