Updated build.gradle to point to 1.16.5

This commit is contained in:
David Berdik 2021-05-30 20:06:10 -04:00
parent d89111db0b
commit 59481e4f81

View File

@ -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'