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 a189060 commit b8daf32Copy full SHA for b8daf32
1 file changed
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.12.1")
+ compileOnly("me.clip:placeholderapi:2.12.2")
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.21.0")
44
testImplementation("org.mockito:mockito-junit-jupiter:5.21.0")
45
- testImplementation("me.clip:placeholderapi:2.12.1")
+ testImplementation("me.clip:placeholderapi:2.12.2")
46
testImplementation("org.assertj:assertj-core:3.27.7")
47
}
48
0 commit comments