mirror of
https://gitlab.com/SamB440/rpgregions-2.git
synced 2025-12-26 18:29:16 +00:00
Bump dependencies
This commit is contained in:
@@ -41,7 +41,7 @@ repositories {
|
||||
|
||||
dependencies {
|
||||
testImplementation group: 'junit', name: 'junit', version: '4.5'
|
||||
testImplementation 'com.github.seeseemelk:MockBukkit-v1.15:0.3.0-SNAPSHOT'
|
||||
testImplementation 'com.github.seeseemelk:MockBukkit-v1.15:0.3.0'
|
||||
testImplementation 'org.reflections:reflections:0.9.12'
|
||||
|
||||
implementation 'com.gitlab.samb440:languagy:2.0.3-RELEASE' // languagy
|
||||
@@ -52,7 +52,7 @@ dependencies {
|
||||
compileOnly 'me.clip:placeholderapi:2.10.4' // PAPI
|
||||
compileOnly name: 'AlonsoLevels_v2.0-BETA' // alonsolevels
|
||||
compileOnly 'com.github.shynixn.headdatabase:hdb-api:1.0' // head database
|
||||
compileOnly 'org.jetbrains:annotations:20.1.0'
|
||||
compileOnly 'org.jetbrains:annotations:22.0.0'
|
||||
compileOnly ('com.sk89q.worldedit:worldedit-bukkit:7.2.0-SNAPSHOT') {
|
||||
exclude group: 'com.google'
|
||||
exclude group: 'org.bukkit'
|
||||
|
||||
@@ -67,7 +67,7 @@ dependencies {
|
||||
compileOnly name: 'Residence4.9.2.2' // residence
|
||||
compileOnly name: 'GriefPrevention' // griefprevention
|
||||
if (compileWithUltraRegions) compileOnly name: 'UltraRegions' // ultraregions
|
||||
compileOnly 'org.jetbrains:annotations:20.1.0'
|
||||
compileOnly 'org.jetbrains:annotations:22.0.0'
|
||||
compileOnly project(':api')
|
||||
compileOnly project(':rpgregions')
|
||||
}
|
||||
|
||||
@@ -45,17 +45,17 @@ repositories {
|
||||
|
||||
dependencies {
|
||||
testImplementation group: 'junit', name: 'junit', version: '4.5'
|
||||
testImplementation 'com.github.seeseemelk:MockBukkit-v1.16:1.0.0'
|
||||
testImplementation 'com.github.seeseemelk:MockBukkit-v1.16:1.5.0'
|
||||
testImplementation 'org.reflections:reflections:0.9.12'
|
||||
|
||||
implementation 'net.wesjd:anvilgui:1.5.1-SNAPSHOT' // anvilgui
|
||||
implementation 'com.github.stefvanschie.inventoryframework:IF:0.10.0' // inventory framework
|
||||
implementation 'net.wesjd:anvilgui:1.5.3-SNAPSHOT' // anvilgui
|
||||
implementation 'com.github.stefvanschie.inventoryframework:IF:0.10.2' // inventory framework
|
||||
implementation 'com.gitlab.samb440:languagy:2.0.3-RELEASE' // languagy
|
||||
implementation 'co.aikar:acf-paper:0.5.0-SNAPSHOT' // commands
|
||||
implementation 'co.aikar:idb-core:1.0.0-SNAPSHOT' // database
|
||||
implementation 'org.bstats:bstats-bukkit:2.2.1' // plugin stats
|
||||
implementation 'io.papermc:paperlib:1.0.4' // paperlib - async teleport on Paper
|
||||
implementation 'com.zaxxer:HikariCP:2.4.1' //todo remove in future in favour of libraries in plugin.yml
|
||||
implementation 'com.zaxxer:HikariCP:5.0.0' //todo remove in future in favour of libraries in plugin.yml
|
||||
|
||||
compileOnly ('com.sk89q.worldguard:worldguard-bukkit:7.0.4-SNAPSHOT') {
|
||||
exclude group: 'com.destroystokyo.paper'
|
||||
@@ -80,7 +80,7 @@ dependencies {
|
||||
exclude group: 'org.apache.commons'
|
||||
}
|
||||
compileOnly name: 'Dynmap-3.1-spigot' // Dynmap
|
||||
compileOnly 'org.jetbrains:annotations:20.1.0'
|
||||
compileOnly 'org.jetbrains:annotations:22.0.0'
|
||||
|
||||
compileOnly project(':api')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user