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 e291a2e commit cdb8b71Copy full SHA for cdb8b71
chatformatter-core/build.gradle.kts
@@ -27,7 +27,7 @@ dependencies {
27
implementation("org.bstats:bstats-bukkit:3.1.0")
28
29
// PlaceholderAPI & Vault
30
- compileOnly("me.clip:placeholderapi:2.11.6")
+ compileOnly("me.clip:placeholderapi:2.11.7")
31
compileOnly("com.github.MilkBowl:VaultAPI:1.7.1")
32
33
// GitCheck
@@ -42,7 +42,7 @@ dependencies {
42
43
testImplementation("org.mockito:mockito-core:5.20.0")
44
testImplementation("org.mockito:mockito-junit-jupiter:5.20.0")
45
- testImplementation("me.clip:placeholderapi:2.11.6")
+ testImplementation("me.clip:placeholderapi:2.11.7")
46
testImplementation("org.assertj:assertj-core:3.27.6")
47
}
48
0 commit comments