Skip to content

Commit

Permalink
Bump me.lucko:fabric-permissions-api from 0.3-SNAPSHOT to 0.3.2-SNAPSHOT
Browse files Browse the repository at this point in the history
Bumps me.lucko:fabric-permissions-api from 0.3-SNAPSHOT to 0.3.2-SNAPSHOT.

---
updated-dependencies:
- dependency-name: me.lucko:fabric-permissions-api
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 17, 2024
1 parent 4007652 commit a811de9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies {

//Luck Perms
modImplementation('maven.modrinth:luckperms:v5.4.113-fabric') { exclude group: "net.fabricmc.fabric-api" }
modImplementation('me.lucko:fabric-permissions-api:0.3-SNAPSHOT') { exclude group: "net.fabricmc.fabric-api" }
modImplementation('me.lucko:fabric-permissions-api:0.3.2-SNAPSHOT') { exclude group: "net.fabricmc.fabric-api" }
compileOnly 'net.luckperms:api:5.4'
modImplementation "com.moandjiezana.toml:toml4j:0.7.2"

Expand Down

0 comments on commit a811de9

Please sign in to comment.