Update dependency me.lucko:fabric-permissions-api to v0.3.2 (#2960)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-10-25 18:15:18 +00:00 committed by GitHub
parent af4d0da994
commit aca9857085
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -100,7 +100,7 @@ dependencies {
} }
// No need for this at runtime // No need for this at runtime
"modCompileOnly"("me.lucko:fabric-permissions-api:0.3.1") "modCompileOnly"("me.lucko:fabric-permissions-api:0.3.2")
// Hook these up manually, because Fabric doesn't seem to quite do it properly. // Hook these up manually, because Fabric doesn't seem to quite do it properly.
"compileOnly"("net.fabricmc:sponge-mixin:${project.versions.mixin}") "compileOnly"("net.fabricmc:sponge-mixin:${project.versions.mixin}")