diff options
author | syeyoung <42869671+cyoung06@users.noreply.github.com> | 2023-01-15 22:22:47 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-15 22:22:47 +0900 |
commit | 60c4875a0ebcda90a93aa22aedaaafec258fdfee (patch) | |
tree | 3f05d5e408d0891a9ff34fd0a396bf6a4f0960dc /loader/build.gradle | |
parent | 587d1cc9c851bde1b3e3ddc1ca80aac128d35890 (diff) | |
download | Skyblock-Dungeons-Guide-60c4875a0ebcda90a93aa22aedaaafec258fdfee.tar.gz Skyblock-Dungeons-Guide-60c4875a0ebcda90a93aa22aedaaafec258fdfee.tar.bz2 Skyblock-Dungeons-Guide-60c4875a0ebcda90a93aa22aedaaafec258fdfee.zip |
Skyblock dungeons guide 234 (#271)
* Skyblock-Dungeons-Guide-234 M1 Compatibility
- fix cursors #234
Signed-off-by: syeyoung <cyoung06@naver.com>
* - Latest gamesdk (which apparently has issues)
https://discord.pyrrha.dev/#/versions
v3.2.1
Signed-off-by: syeyoung <cyoung06@naver.com>
* - rename libraries
Signed-off-by: syeyoung <cyoung06@naver.com>
* - update gamesdk
** Interfaces are not updated **
I only updated
Signed-off-by: syeyoung <cyoung06@naver.com>
* - get rid of gamesdk because it's pain to work with
Signed-off-by: syeyoung <cyoung06@naver.com>
* - implement ask to join and stuff
Signed-off-by: syeyoung <cyoung06@naver.com>
* - update library and stuff
Signed-off-by: syeyoung <cyoung06@naver.com>
* - - better logging
Signed-off-by: syeyoung <cyoung06@naver.com>
Signed-off-by: syeyoung <cyoung06@naver.com>
Diffstat (limited to 'loader/build.gradle')
-rw-r--r-- | loader/build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/loader/build.gradle b/loader/build.gradle index 362a9bf8..58746677 100644 --- a/loader/build.gradle +++ b/loader/build.gradle @@ -72,7 +72,7 @@ dependencies { forge("net.minecraftforge:forge:1.8.9-11.15.1.2318-1.8.9") implementation "org.jetbrains:annotations-java5:19.0.0" - implementation "org.json:json:20171018" + implementation "org.json:json:20220924" implementation 'io.nayuki:qrcodegen:1.4.0' implementation 'org.bouncycastle:bcpg-jdk15on:1.70' @@ -112,7 +112,7 @@ tasks.shadowJar { exclude "META-INF/versions/**" dependencies { include(dependency("org.slf4j:slf4j-api:1.7.25")) - include(dependency("org.json:json:20171018")) + include(dependency("org.json:json:20220924")) include(dependency("org.bouncycastle:bcpg-jdk15on:1.70")) include(dependency("org.bouncycastle:bcprov-jdk15on:1.70")) } |