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 f9a4712 commit 6b29dacCopy full SHA for 6b29dac
core/build.gradle.kts
@@ -25,7 +25,7 @@ dependencies {
25
testImplementation("org.spigotmc:spigot-api:$spigotApiVersion")
26
27
// Kyori Adventure & MiniMessage
28
- val adventureVersion = "4.3.0"
+ val adventureVersion = "4.3.1"
29
val miniMessageVersion = "4.14.0"
30
implementation("net.kyori:adventure-platform-bukkit:$adventureVersion")
31
implementation("net.kyori:adventure-text-minimessage:$miniMessageVersion")
@@ -44,7 +44,7 @@ dependencies {
44
implementation("org.bstats:bstats-bukkit:3.0.2")
45
46
// PlaceholderAPI & Vault
47
- compileOnly("me.clip:placeholderapi:2.11.3")
+ compileOnly("me.clip:placeholderapi:2.11.4")
48
compileOnly("com.github.MilkBowl:VaultAPI:1.7.1")
49
50
// GitCheck
0 commit comments