aboutsummaryrefslogtreecommitdiff
path: root/spark-minestom
diff options
context:
space:
mode:
Diffstat (limited to 'spark-minestom')
-rw-r--r--spark-minestom/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/spark-minestom/build.gradle b/spark-minestom/build.gradle
index 04e5f25..d0b6928 100644
--- a/spark-minestom/build.gradle
+++ b/spark-minestom/build.gradle
@@ -9,7 +9,7 @@ tasks.withType(JavaCompile) {
dependencies {
implementation project(':spark-common')
- compileOnly 'com.github.Minestom:Minestom:367c389bc6'
+ compileOnly 'com.github.Minestom:Minestom:1a013728fd'
implementation 'com.google.guava:guava:19.0'
}