We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af4d0da commit aca9857Copy full SHA for aca9857
worldedit-fabric/build.gradle.kts
@@ -100,7 +100,7 @@ dependencies {
100
}
101
102
// No need for this at runtime
103
- "modCompileOnly"("me.lucko:fabric-permissions-api:0.3.1")
+ "modCompileOnly"("me.lucko:fabric-permissions-api:0.3.2")
104
105
// Hook these up manually, because Fabric doesn't seem to quite do it properly.
106
"compileOnly"("net.fabricmc:sponge-mixin:${project.versions.mixin}")
0 commit comments