Implement brigadier:long argument type, fixes #295

This commit is contained in:
Andrew Steinborn
2020-04-23 16:19:49 -04:00
parent bb129a3d0b
commit 88641662d8
5 changed files with 50 additions and 6 deletions

View File

@@ -64,7 +64,7 @@ dependencies {
compile 'it.unimi.dsi:fastutil:8.2.2'
compile 'net.kyori:event-method-asm:3.0.0'
compile 'com.mojang:brigadier:1.0.15'
compile 'com.mojang:brigadier:1.0.17'
testCompile "org.junit.jupiter:junit-jupiter-api:${junitVersion}"
testCompile "org.junit.jupiter:junit-jupiter-engine:${junitVersion}"