diff options
| author | Krakenied <Krakenied1@gmail.com> | 2023-03-21 17:15:36 +0100 |
|---|---|---|
| committer | Leonardo Bishop <13875753+LMBishop@users.noreply.github.com> | 2023-04-02 12:20:10 +0100 |
| commit | 04527a2d5c248d424c12de1b2bda22ac34dd5bf1 (patch) | |
| tree | e8410c1a9fca670c33c8c8535d1518fa2dcde65c /bukkit/build.gradle | |
| parent | 04c62a2647539d2821965e85f94141b9c8229c0b (diff) | |
Fix MMOItems and Mythic Lib repo
Diffstat (limited to 'bukkit/build.gradle')
| -rw-r--r-- | bukkit/build.gradle | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bukkit/build.gradle b/bukkit/build.gradle index 6b463f2c..95af96c6 100644 --- a/bukkit/build.gradle +++ b/bukkit/build.gradle @@ -23,7 +23,7 @@ repositories { // EssentialsX maven { url = 'https://repo.essentialsx.net/releases/' } // MMOItems, MythicLib - maven { url = 'https://nexus.phoenixdvpt.fr/repository/maven-public/' } + maven { url = 'https://nexus.phoenixdevt.fr/repository/maven-public/' } // MythicMobs 4, FabledSkyblock maven { url = 'https://repo.songoda.com/repository/public/' } // MythicMobs 5 @@ -70,9 +70,9 @@ dependencies { // JetBrains Annotations compileOnly 'org.jetbrains:annotations:23.0.0' // MMOItems - compileOnly 'net.Indyuce:MMOItems-API:6.8.3-SNAPSHOT' + compileOnly 'net.Indyuce:MMOItems-API:6.9.2-SNAPSHOT' // MythicLib - compileOnly 'io.lumine:MythicLib-dist:1.3.4-SNAPSHOT' + compileOnly 'io.lumine:MythicLib-dist:1.5.1-SNAPSHOT' // MythicMobs 4 compileOnly 'io.lumine.xikage:MythicMobs:4.12.0' // MythicMobs 5 |
