Updated Dependencies (markdown)

TheMode 2020-05-27 21:37:44 +02:00
parent b705042517
commit e49847b48d
1 changed files with 1 additions and 1 deletions

@ -11,7 +11,7 @@ repositories {
And add the wanted Minestom version to your dependencies (https://jitpack.io/#Minestom/Minestom)
```
dependencies {
compile 'com.github.Minestom:Minestom:-SNAPSHOT'
compile 'com.github.Minestom:Minestom:COMMIT_NUMBER'
}
```