fix: maven coordinates

This commit is contained in:
mworzala 2024-02-09 14:55:19 -05:00
parent 27e774dd1b
commit 36ac2b5eb4
No known key found for this signature in database
GPG Key ID: B148F922E64797C7
1 changed files with 1 additions and 1 deletions

2
.github/README.md vendored
View File

@ -41,7 +41,7 @@ repositories {
}
dependencies {
implementation 'net.minestom:minestom:<???>'
implementation 'net.minestom:minestom-snapshots:<???>'
}
```