#29: update bStats to 3.1.0

This commit is contained in:
2025-02-07 23:02:08 +01:00
parent 082cc9b239
commit 8b7374b0f7
+3 -3
View File
@@ -71,9 +71,9 @@ dependencies {
"velocityCompileOnly"("com.velocitypowered:velocity-api:3.3.0-SNAPSHOT") "velocityCompileOnly"("com.velocitypowered:velocity-api:3.3.0-SNAPSHOT")
"velocityAnnotationProcessor"("com.velocitypowered:velocity-api:3.3.0-SNAPSHOT") "velocityAnnotationProcessor"("com.velocitypowered:velocity-api:3.3.0-SNAPSHOT")
implementation("org.bstats:bstats-bukkit:3.0.2") implementation("org.bstats:bstats-bukkit:3.1.0")
implementation("org.bstats:bstats-bungeecord:3.0.2") implementation("org.bstats:bstats-bungeecord:3.1.0")
implementation("org.bstats:bstats-velocity:3.0.2") implementation("org.bstats:bstats-velocity:3.1.0")
testImplementation(platform("org.junit:junit-bom:5.10.0")) testImplementation(platform("org.junit:junit-bom:5.10.0"))
testImplementation("org.junit.jupiter:junit-jupiter:5.10.0") testImplementation("org.junit.jupiter:junit-jupiter:5.10.0")