diff options
author | Juuz <6596629+Juuxel@users.noreply.github.com> | 2023-07-23 17:29:49 +0300 |
---|---|---|
committer | Juuz <6596629+Juuxel@users.noreply.github.com> | 2023-07-23 17:29:49 +0300 |
commit | 02347e7d2bb2ff227c78148deb8e43c19e4d51e1 (patch) | |
tree | 6570dc60a5f73cf67196c491166952c2712341ae | |
parent | 14c28d0c44b5de448b724bad1b0668a9d806a763 (diff) | |
download | LibGui-02347e7d2bb2ff227c78148deb8e43c19e4d51e1.tar.gz LibGui-02347e7d2bb2ff227c78148deb8e43c19e4d51e1.tar.bz2 LibGui-02347e7d2bb2ff227c78148deb8e43c19e4d51e1.zip |
Update Jankson
-rw-r--r-- | gradle.properties | 2 | ||||
-rw-r--r-- | src/main/resources/fabric.mod.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gradle.properties b/gradle.properties index ade2153..4ac637d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -14,6 +14,6 @@ org.gradle.jvmargs=-Xmx1G # Dependencies fabric_version=0.83.0+1.20 - jankson_version=5.0.1+j1.2.2 + jankson_version=6.0.0+j1.2.3 modmenu_version=7.0.1 libninepatch_version=1.2.0 diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 646abd4..9a59c86 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -31,7 +31,7 @@ "fabric-networking-api-v1": "^1.0.21", "fabric-rendering-v1": "^3.0.6", "minecraft": ">=1.20-rc.1", - "jankson": "^5.0.1", + "jankson": "^6.0.0", "libninepatch": "^1.2.0" }, "suggests": { |