9
0
mirror of https://github.com/WiIIiam278/HuskSync.git synced 2025-12-31 04:36:45 +00:00

deps: bump Uniform to 1.1.8

Fixes startup NPE fetching usage text
This commit is contained in:
William
2024-06-19 12:49:55 +01:00
parent 44f251a948
commit 8105ac27fc
4 changed files with 4 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ dependencies {
implementation project(':bukkit')
compileOnly project(':common')
implementation 'net.william278.uniform:uniform-paper:1.1.7'
implementation 'net.william278.uniform:uniform-paper:1.1.8'
compileOnly 'io.papermc.paper:paper-api:1.19.4-R0.1-SNAPSHOT'
compileOnly 'org.jetbrains:annotations:24.1.0'