diff options
| author | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2022-02-23 14:52:57 +0000 |
|---|---|---|
| committer | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2022-02-23 14:52:57 +0000 |
| commit | 68d1e308840bf93c4904b78ad30f190294db88e4 (patch) | |
| tree | 3031afc6e690445c861aa8c2d9de7e69b09a4902 | |
| parent | 7387280b08575b805c436748555fb20c28a469ff (diff) | |
Version dependencies for ci
| -rw-r--r-- | bukkit/build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bukkit/build.gradle b/bukkit/build.gradle index 551dd456..fb762afa 100644 --- a/bukkit/build.gradle +++ b/bukkit/build.gradle @@ -99,9 +99,9 @@ dependencies { transitive = false } // SuperiorSkyblock - compileOnly 'com.bgsoftware:SuperiorSkyblockAPI:latest' + compileOnly 'com.bgsoftware:SuperiorSkyblockAPI:1.8.4' // VotingPlugin - compileOnly 'com.bencodez:votingplugin:6.5.2' + compileOnly 'com.bencodez:votingplugin:6.8.3' // MMOItems compileOnly 'net.Indyuce:MMOItems:6.5' compileOnly 'io.lumine:MythicLib:1.1.1' |
