Update dependency me.lucko:fabric-permissions-api to v0.3.1

This commit is contained in:
renovate[bot] 2024-04-17 01:10:47 +00:00
parent 59aa3dfdfc
commit a3661227be

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") "modCompileOnly"("me.lucko:fabric-permissions-api:0.3.1")
// 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}")