diff --git a/build.gradle b/build.gradle index 7b65045..51b2498 100644 --- a/build.gradle +++ b/build.gradle @@ -13,7 +13,7 @@ repositories { } dependencies { compileOnly "org.spigotmc:spigot-api:1.16.5-R0.1-SNAPSHOT" - implementation 'com.github.Redempt:RedCommands:1.0.2' + implementation 'com.github.Redempt:RedCommands:1.0.3' } sourceSets { main {