diff --git a/spigot/build.gradle b/spigot/build.gradle index 9fa548e1d..1d60aca07 100644 --- a/spigot/build.gradle +++ b/spigot/build.gradle @@ -24,7 +24,7 @@ dependencies { compileOnly('me.lucko.luckperms:luckperms-api:4.3') { transitive = false } compileOnly('net.luckperms:api:5.0') { transitive = false } compileOnly('com.github.MilkBowl:VaultAPI:1.7') { transitive = false } - compileOnly('net.skinsrestorer:skinsrestorer-api:14.2.+') { transitive = false } + compileOnly('net.skinsrestorer:skinsrestorer-api:15.5.+') { transitive = false } implementation(project(":dynmap-api")) { transitive = false } implementation(project(path: ":DynmapCore", configuration: "shadow")) { transitive = false } compileOnly('ru.tehkode:PermissionsEx:1.19.1') { transitive = false }