3
0
Mirror von https://github.com/IntellectualSites/FastAsyncWorldEdit.git synchronisiert 2024-12-26 11:00:04 +01:00

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Dieser Commit ist enthalten in:
renovate[bot] 2024-10-25 18:15:18 +00:00 committet von GitHub
Ursprung af4d0da994
Commit aca9857085
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: B5690EEEBB952194

Datei anzeigen

@ -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}")