update some dependencies
This commit is contained in:
parent
c0df2f6915
commit
974cc65fed
1 changed files with 3 additions and 2 deletions
|
@ -17,7 +17,7 @@ processResources {
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compileOnly "org.spigotmc:spigot-api:1.8.8-R0.1-SNAPSHOT"
|
compileOnly "org.spigotmc:spigot-api:1.8.8-R0.1-SNAPSHOT"
|
||||||
compileOnly "me.clip:placeholderapi:2.11.1"
|
compileOnly "me.clip:placeholderapi:2.11.3"
|
||||||
|
|
||||||
compileOnly "com.mojang:authlib:1.5.21"
|
compileOnly "com.mojang:authlib:1.5.21"
|
||||||
compileOnly "com.mojang:datafixerupper:4.0.26"
|
compileOnly "com.mojang:datafixerupper:4.0.26"
|
||||||
|
@ -27,7 +27,7 @@ dependencies {
|
||||||
implementation "org.bstats:bstats-bukkit:3.0.2"
|
implementation "org.bstats:bstats-bukkit:3.0.2"
|
||||||
implementation "com.github.robertlit:SpigotResourcesAPI:2.0"
|
implementation "com.github.robertlit:SpigotResourcesAPI:2.0"
|
||||||
implementation "net.kyori:adventure-platform-bukkit:4.3.0"
|
implementation "net.kyori:adventure-platform-bukkit:4.3.0"
|
||||||
implementation "net.kyori:adventure-text-minimessage:4.13.1"
|
implementation "net.kyori:adventure-text-minimessage:4.14.0"
|
||||||
implementation "com.github.retrooper.packetevents:spigot:2.0.0-SNAPSHOT"
|
implementation "com.github.retrooper.packetevents:spigot:2.0.0-SNAPSHOT"
|
||||||
implementation "space.arim.dazzleconf:dazzleconf-ext-snakeyaml:1.2.1"
|
implementation "space.arim.dazzleconf:dazzleconf-ext-snakeyaml:1.2.1"
|
||||||
|
|
||||||
|
@ -57,4 +57,5 @@ shadowJar {
|
||||||
minimize()
|
minimize()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
tasks.assemble.dependsOn shadowJar
|
tasks.assemble.dependsOn shadowJar
|
Loading…
Reference in a new issue