Skip to content

Commit

Permalink
Swap the permission api source
Browse files Browse the repository at this point in the history
  • Loading branch information
Patbox committed Oct 22, 2024
1 parent 650b558 commit f9cb485
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ dependencies {
modImplementation include("eu.pb4:sgui:${project.sgui_version}")
modImplementation include("eu.pb4:placeholder-api:${project.placeholder_version}")
modImplementation include("xyz.nucleoid:server-translations-api:${project.stapi_version}")
//modImplementation include("me.lucko:fabric-permissions-api:0.2-SNAPSHOT")
modImplementation include("com.github.sakura-ryoko:fabric-permissions-api:dev~snapshot-jitpack-SNAPSHOT")
modImplementation include("me.lucko:fabric-permissions-api:0.3.2-SNAPSHOT")
//modImplementation include("com.github.sakura-ryoko:fabric-permissions-api:dev~snapshot-jitpack-SNAPSHOT")
modImplementation include("eu.pb4:common-protection-api:1.0.0")

compileOnly "us.dynmap:DynmapCoreAPI:${dynmap_version}"
Expand Down

0 comments on commit f9cb485

Please sign in to comment.