Bump Spigot to 1.19.1

This commit is contained in:
Josh Roy 2022-07-27 15:38:29 -04:00
parent c938767b2d
commit 908189a233
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.19-R0.1-SNAPSHOT"
val spigotVersion = "1.19.1-R0.1-SNAPSHOT"
val junit5Version = "5.7.0"
val mockitoVersion = "3.2.0"