diff --git a/build.gradle b/build.gradle index 1a9a2159f..6ae59d5d5 100644 --- a/build.gradle +++ b/build.gradle @@ -23,7 +23,7 @@ buildscript() { maven { url 'https://jitpack.io'} } dependencies { - classpath 'com.github.VolmitSoftware:NMSTools:1.0.0' + classpath 'com.github.VolmitSoftware:NMSTools:1.0.1' } }