Skip to content

Commit

Permalink
Update bstats library
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeprimm committed Jul 17, 2023
1 parent 87d8c73 commit 105d4f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spigot/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies {
compileOnly('de.bananaco:bPermissions:2.9.1') { transitive = false }
compileOnly('com.platymuus.bukkit.permissions:PermissionsBukkit:1.6') { transitive = false }
compileOnly('org.anjocaido:EssentialsGroupManager:2.10.1') { transitive = false }
implementation group: 'org.bstats', name: 'bstats-bukkit', version: '2.2.1'
implementation group: 'org.bstats', name: 'bstats-bukkit', version: '3.0.2'
compileOnly('com.googlecode.json-simple:json-simple:1.1.1') { transitive = false }
compileOnly('com.google.code.gson:gson:2.8.9') { transitive = false }
implementation(project(':bukkit-helper')) {
Expand Down

0 comments on commit 105d4f1

Please sign in to comment.