Updated toml and json and fixed up a mistake in the readme

This commit is contained in:
coolGi2007
2022-04-30 18:51:07 +09:30
parent 502d3424b0
commit 2b8aea39d7
5 changed files with 12 additions and 9 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ dependencies {
// Toml & Json for config
shadowMe("com.electronwill.night-config:toml:${rootProject.toml_version}") {}
shadowMe("com.googlecode.json-simple:json-simple:1.1.1") {}
shadowMe("com.googlecode.json-simple:json-simple:${rootProject.json_version}") {}
// Compression
forgeDependencies('org.tukaani:xz:1.9')