Skip to content

Commit

Permalink
Update dependency org.bstats:bstats-base to v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 1, 2024
1 parent da4a5b4 commit 33f899f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dependencies {
compileOnly("io.papermc.paper:paper-api:1.19.3-R0.1-SNAPSHOT")
compileOnly("com.mojang:authlib:1.5.25")
implementation("org.bstats:bstats-bukkit:3.0.3")
implementation("org.bstats:bstats-base:3.0.3")
implementation("org.bstats:bstats-base:3.1.0")
implementation("com.github.cryptomorin:XSeries:11.3.0")
implementation("dev.notmyfault.serverlib:ServerLib:2.3.6")
implementation("io.papermc:paperlib:1.0.8")
Expand Down Expand Up @@ -70,7 +70,7 @@ tasks.named<ShadowJar>("shadowJar") {
include(dependency("com.github.cryptomorin:XSeries:11.3.0"))
}
relocate("org.bstats", "net.arcaniax.buildersutilities.metrics") {
include(dependency("org.bstats:bstats-base:3.0.3"))
include(dependency("org.bstats:bstats-base:3.1.0"))
include(dependency("org.bstats:bstats-bukkit:3.0.3"))
}
relocate("io.papermc.lib", "net.arcaniax.buildersutilities.paperlib") {
Expand Down

0 comments on commit 33f899f

Please # to comment.