From 1e23cbaa5e6058a0bccc0943fa6519ee36d8bf2f Mon Sep 17 00:00:00 2001 From: Auxilor Date: Fri, 7 Jan 2022 10:38:09 +0000 Subject: [PATCH] Fixed SuperiorSkyblockAPI build isseus --- eco-core/core-plugin/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eco-core/core-plugin/build.gradle b/eco-core/core-plugin/build.gradle index e226aed1..5d1bb39d 100644 --- a/eco-core/core-plugin/build.gradle +++ b/eco-core/core-plugin/build.gradle @@ -35,7 +35,7 @@ dependencies { compileOnly 'com.zaxxer:HikariCP:5.0.0' compileOnly 'com.gmail.filoghost.holographicdisplays:holographicdisplays-api:2.4.0' compileOnly 'com.github.EssentialsX:Essentials:2.19.0' - compileOnly 'com.bgsoftware:SuperiorSkyblockAPI:latest' + compileOnly 'com.bgsoftware:SuperiorSkyblockAPI:1.8.3' compileOnly 'com.github.MilkBowl:VaultAPI:1.7' compileOnly 'world.bentobox:bentobox:1.17.3-SNAPSHOT' compileOnly 'com.google.guava:guava:31.0.1-jre'