We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b47ee3d commit 313e4f2Copy full SHA for 313e4f2
build.gradle.kts
@@ -41,7 +41,7 @@ dependencies {
41
compileOnly("io.papermc.paper:paper-api:${minecraftVersion}-R0.1-SNAPSHOT")
42
43
// Command Api
44
- implementation("dev.jorel:commandapi-bukkit-shade-mojang-mapped:10.0.0")
+ implementation("dev.jorel:commandapi-bukkit-shade-mojang-mapped:10.0.1")
45
46
// bStats
47
implementation("org.bstats:bstats-bukkit:3.1.0")
@@ -53,7 +53,7 @@ dependencies {
53
compileOnly("me.clip:placeholderapi:2.11.6")
54
55
// NBT-API
56
- implementation("de.tr7zw:item-nbt-api:2.14.2-SNAPSHOT") {
+ implementation("de.tr7zw:item-nbt-api:2.15.0") {
57
isTransitive = false
58
}
59
0 commit comments