1
0
mirror of https://github.com/lucko/LuckPerms.git synced 2025-08-27 00:04:28 +02:00

Update Forge and Fabric to 1.19.3 (#3550)

This commit is contained in:
J.T. McQuigg
2023-01-01 17:14:07 -05:00
committed by GitHub
parent ed9dd031cb
commit 4d726f4e8b
14 changed files with 25 additions and 26 deletions

View File

@@ -9,7 +9,7 @@ jar {
dependencies {
compileOnly 'org.checkerframework:checker-qual:3.21.2'
compileOnly 'org.jetbrains:annotations:23.0.0'
compileOnly 'org.jetbrains:annotations:23.1.0'
}
// Only used occasionally for deployment - not needed for normal builds.