aboutsummaryrefslogtreecommitdiff
path: root/spark-minestom
diff options
context:
space:
mode:
authorDavid Mayr <davidliebtkekse@gmail.com>2022-12-31 19:40:24 +0100
committerGitHub <noreply@github.com>2022-12-31 18:40:24 +0000
commit7157ceee5401ac269e755dbe44ef74d76d1a3f0e (patch)
treeac2240fa08ff698957ba061d7c4621d5ba6e65fc /spark-minestom
parentcf41ef932545ea28567e6bf3c9bf6ce634d43976 (diff)
downloadspark-7157ceee5401ac269e755dbe44ef74d76d1a3f0e.tar.gz
spark-7157ceee5401ac269e755dbe44ef74d76d1a3f0e.tar.bz2
spark-7157ceee5401ac269e755dbe44ef74d76d1a3f0e.zip
Update minestom dependency (#282)
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 d0b6928..a673106 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:1a013728fd'
+ compileOnly 'com.github.Minestom.Minestom:Minestom:master-SNAPSHOT'
implementation 'com.google.guava:guava:19.0'
}