Use 1.14.1 instead of 1.14

This commit is contained in:
Esophose 2019-05-26 00:44:19 -06:00
parent 95e3eab883
commit 0a0eb18506

View File

@ -51,7 +51,7 @@ dependencies {
shade (group: 'com.songoda', name: 'songodaupdater', version: '1')
// Spigot
implementation (group: 'org.spigotmc', name: 'spigot', version: '1.14')
implementation (group: 'org.spigotmc', name: 'spigot', version: '1.14.1')
}
processResources {