diff --git a/build.gradle b/build.gradle index 3475cf7..458c106 100644 --- a/build.gradle +++ b/build.gradle @@ -10,6 +10,7 @@ repositories { ext { mindustryVersion = 'v142' + usefulHash = '2f1d9eb899' } dependencies { @@ -17,7 +18,7 @@ dependencies { compileOnly "com.github.Anuken.Mindustry:core:$mindustryVersion" implementation "com.google.code.gson:gson:2.10" - implementation "com.github.xzxADIxzx.useful-stuffs:bundle:d1e3cc1a5a" + implementation "com.github.xzxADIxzx.useful-stuffs:bundle:$usefulHash" } jar { @@ -25,4 +26,4 @@ jar { from { configurations.runtimeClasspath.collect { it.isDirectory() ? it : zipTree(it) } } -} \ No newline at end of file +}