Updated Dependencies (markdown)

TheMode 2020-09-18 20:17:27 +02:00
parent 18ebc87609
commit db2356ac61
1 changed files with 1 additions and 0 deletions

@ -3,6 +3,7 @@ Adding Minestom to your java project is really simple, the only thing you need i
```
repositories {
...
maven { url 'http://repo.spongepowered.org/maven' }
maven { url 'https://libraries.minecraft.net' }
maven { url 'https://jitpack.io' }
...