Skip to content

Commit

Permalink
Update adventure-platform-mod and fabric-permissions-api
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenilla committed Oct 28, 2024
1 parent 39790a6 commit 18de0e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ paperLib = "1.0.8"
fabricApi = "0.107.0+1.21.3"
fabricLoader = "0.16.7"
minecraft = "1.21.3"
adventurePlatformMod = "6.1.0-SNAPSHOT"
adventurePlatformMod = "6.1.0"
mixin = "0.8.7"
neoforge = "21.3.3-beta"

Expand Down Expand Up @@ -79,7 +79,7 @@ paperLib = { group = "io.papermc", name = "paperlib", version.ref = "paperLib" }

fabricApi = { group = "net.fabricmc.fabric-api", name = "fabric-api", version.ref = "fabricApi" }
fabricLoader = { group = "net.fabricmc", name = "fabric-loader", version.ref = "fabricLoader" }
fabricPermissionsApi = "me.lucko:fabric-permissions-api:0.3.2"
fabricPermissionsApi = "me.lucko:fabric-permissions-api:0.3.3"
minecraft = { group = "com.mojang", name = "minecraft", version.ref = "minecraft" }

zNeoforge = { module = "net.neoforged:neoforge", version.ref = "neoforge" }
Expand Down

0 comments on commit 18de0e3

Please sign in to comment.