Upgrade bStats to 3.0.0

feat/data-edit-commands
William 3 years ago
parent 1a45100907
commit 1664f1bf66

@ -2,7 +2,7 @@ dependencies {
implementation project(':api')
implementation project(path: ':common', configuration: 'shadow')
implementation 'org.bstats:bstats-bukkit:2.2.1'
implementation 'org.bstats:bstats-bukkit:3.0.0'
implementation 'de.themoep:minedown:1.7.1-SNAPSHOT'
compileOnly 'net.craftersland.data:bridge:4.0.1'

@ -2,7 +2,7 @@ dependencies {
implementation project(path: ':common', configuration: 'shadow')
implementation 'com.zaxxer:HikariCP:5.0.1'
implementation 'org.bstats:bstats-bungeecord:2.2.1'
implementation 'org.bstats:bstats-bungeecord:3.0.0'
implementation 'de.themoep:minedown:1.7.1-SNAPSHOT'
implementation 'net.byteflux:libby-bungee:1.1.5'

@ -2,7 +2,7 @@ dependencies {
implementation project(path: ':common', configuration: 'shadow')
implementation 'com.zaxxer:HikariCP:5.0.1'
implementation 'org.bstats:bstats-velocity:2.2.1'
implementation 'org.bstats:bstats-velocity:3.0.0'
implementation 'de.themoep:minedown-adventure:1.7.1-SNAPSHOT'
implementation 'net.byteflux:libby-velocity:1.1.5'

Loading…
Cancel
Save