9
0
mirror of https://github.com/Xiao-MoMi/Custom-Fishing.git synced 2025-12-19 15:09:24 +00:00

update libs

This commit is contained in:
XiaoMoMi
2023-11-24 15:36:38 +08:00
parent 8ecd670fb9
commit 35d41ba288
4 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
dependencies { dependencies {
compileOnly("io.papermc.paper:paper-api:1.20.1-R0.1-SNAPSHOT") compileOnly("io.papermc.paper:paper-api:1.20.1-R0.1-SNAPSHOT")
compileOnly("com.comphenix.protocol:ProtocolLib:5.0.0") compileOnly("com.comphenix.protocol:ProtocolLib:5.1.0")
implementation("de.tr7zw:item-nbt-api:2.11.3") implementation("de.tr7zw:item-nbt-api:2.11.3")
} }

Binary file not shown.

View File

@@ -1,6 +1,6 @@
#Sat Jul 29 00:16:20 SGT 2023
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists

View File

@@ -9,7 +9,7 @@ dependencies {
compileOnly("com.comphenix.protocol:ProtocolLib:5.1.0") compileOnly("com.comphenix.protocol:ProtocolLib:5.1.0")
// papi // papi
compileOnly("me.clip:placeholderapi:2.11.3") compileOnly("me.clip:placeholderapi:2.11.5")
// config // config
compileOnly("dev.dejvokep:boosted-yaml:1.3.1") compileOnly("dev.dejvokep:boosted-yaml:1.3.1")
@@ -66,7 +66,7 @@ dependencies {
implementation("net.kyori:adventure-text-serializer-legacy:4.14.0") implementation("net.kyori:adventure-text-serializer-legacy:4.14.0")
// nbt // nbt
implementation("de.tr7zw:item-nbt-api:2.12.1") implementation("de.tr7zw:item-nbt-api:2.12.3")
// bStats // bStats
implementation("org.bstats:bstats-bukkit:3.0.2") implementation("org.bstats:bstats-bukkit:3.0.2")