Update Spigot to 1.18

This commit is contained in:
Josh Roy 2021-11-21 22:10:14 -05:00 committed by MD
parent f8ca1bae5d
commit c38dd997d2
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ plugins {
val baseExtension = extensions.create<EssentialsBaseExtension>("essentials", project)
val checkstyleVersion = "8.36.2"
val spigotVersion = "1.17.1-R0.1-SNAPSHOT"
val spigotVersion = "1.18-rc3-R0.1-SNAPSHOT"
val junit5Version = "5.7.0"
val mockitoVersion = "3.2.0"