commit f77bc2325f70d37ee22e342012219d9389368953 parent 5d0099afe37b76dbe6fa7c60021a956056640e79 Author: typable <typable.dev@gmail.com> Date: Mon, 14 Jun 2021 18:57:28 +0200 Upgraded to 1.17 Diffstat:
M | build.gradle | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle @@ -26,7 +26,7 @@ sourceCompatibility = 1.11 targetCompatibility = 1.11 dependencies { - implementation 'org.spigotmc:spigot-api:1.16.5-R0.1-SNAPSHOT' + implementation 'org.spigotmc:spigot-api:1.17-R0.1-SNAPSHOT' implementation 'com.google.code.gson:gson:2.8.6' }