1
0
mirror of https://github.com/DanilaFe/abacus synced 2025-12-28 03:31:08 +00:00

Bump Gradle, Kotlin, and toml4j versions.

Apparently, Gradle was incompatible with Java 10, and neither was
toml4j.
This commit is contained in:
2018-05-18 15:19:53 -07:00
parent ef39bcbaa2
commit cc2da711e7
5 changed files with 8 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
apply plugin: 'application'
dependencies {
compile 'com.moandjiezana.toml:toml4j:0.7.1'
compile 'com.moandjiezana.toml:toml4j:0.7.2'
compile project(':core')
}