From 59481e4f81d5cbafb36d4f0c5e4e568a1d956b19 Mon Sep 17 00:00:00 2001 From: David Berdik Date: Sun, 30 May 2021 20:06:10 -0400 Subject: [PATCH] Updated build.gradle to point to 1.16.5 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a77c1b5..917199c 100644 --- a/build.gradle +++ b/build.gradle @@ -29,7 +29,7 @@ repositories { } dependencies { - compileOnly 'org.spigotmc:spigot:1.16.4-R0.1-SNAPSHOT' // The full Spigot server with no shadowing. Requires mavenLocal. + compileOnly 'org.spigotmc:spigot:1.16.5-R0.1-SNAPSHOT' // The full Spigot server with no shadowing. Requires mavenLocal. implementation name: 'Factions' implementation name: 'GriefPrevention' implementation name: 'MassiveCore'