Revert build.gradle dependencies change

This commit is contained in:
Andre_601 2021-07-01 16:21:49 +02:00 committed by GitHub
parent 0fa592383f
commit ead63ca763
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -20,7 +20,8 @@ repositories {
}
dependencies {
implementation "org.bstats:bstats-bukkit:1.5"
implementation "com.google.code.gson:gson:2.8.6"
implementation "org.bstats:bstats-bukkit:2.2.1"
compileOnly "org.spigotmc:spigot-api:1.17-R0.1-SNAPSHOT"
compileOnly "org.jetbrains:annotations:19.0.0"