1
0
mirror of https://github.com/lucko/LuckPerms.git synced 2025-09-03 03:12:46 +02:00

Update lots of dependencies

This commit is contained in:
Luck
2021-04-18 18:20:54 +01:00
parent a68a5d91c4
commit 98adb046ee
6 changed files with 64 additions and 65 deletions

View File

@@ -2,7 +2,7 @@ group = 'net.luckperms'
project.version = '5.3'
dependencies {
compileOnly 'org.checkerframework:checker-qual:3.8.0'
compileOnly 'org.checkerframework:checker-qual:3.12.0'
compileOnly 'org.jetbrains:annotations:20.1.0'
}