From 36ac2b5eb474d308845ba55abe916b3416b031b5 Mon Sep 17 00:00:00 2001 From: mworzala Date: Fri, 9 Feb 2024 14:55:19 -0500 Subject: [PATCH] fix: maven coordinates --- .github/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/README.md b/.github/README.md index f744c8813..0507acad0 100644 --- a/.github/README.md +++ b/.github/README.md @@ -41,7 +41,7 @@ repositories { } dependencies { - implementation 'net.minestom:minestom:' + implementation 'net.minestom:minestom-snapshots:' } ```