Skip to content

Commit

Permalink
chore: update bstats to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
diogotcorreia committed Nov 13, 2024
1 parent 8d7fb7f commit f5d6fb4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion triton-bungeecord/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies {

implementation 'net.byteflux:libby-bungee:1.3.0'

implementation 'org.bstats:bstats-bungeecord:3.0.0'
implementation 'org.bstats:bstats-bungeecord:3.1.0'
}

shadowJar {
Expand Down
2 changes: 1 addition & 1 deletion triton-spigot/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies {

implementation 'net.byteflux:libby-bukkit:1.3.0'

implementation 'org.bstats:bstats-bukkit:3.0.0'
implementation 'org.bstats:bstats-bukkit:3.1.0'

// Test dependencies
testImplementation project(":api")
Expand Down
2 changes: 1 addition & 1 deletion triton-velocity/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies {

implementation 'net.byteflux:libby-velocity:1.3.0'

implementation 'org.bstats:bstats-velocity:3.0.0'
implementation 'org.bstats:bstats-velocity:3.1.0'
}

shadowJar {
Expand Down

0 comments on commit f5d6fb4

Please sign in to comment.