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
@@ -133,7 +133,7 @@ subprojects { p ->
// Toml & Json for config
implementation("com.electronwill.night-config:toml:${rootProject.toml_version}")
implementation("com.googlecode.json-simple:json-simple:1.1.1")
implementation("com.googlecode.json-simple:json-simple:${rootProject.json_version}")
if (p != project(":forge")) {
// We depend on fabric loader here to use the fabric @Environment annotations and get the mixin dependencies