Run tests against spigot-api 1.19.3.

This commit is contained in:
Jeremy Wood 2023-03-02 00:44:32 -05:00
parent e536dff1a8
commit 85d744d79f
No known key found for this signature in database
GPG Key ID: C5BAD04C77B91B4B
1 changed files with 2 additions and 1 deletions

View File

@ -66,7 +66,8 @@ dependencies {
api 'de.themoep.idconverter:mappings:1.2-SNAPSHOT'
api 'org.jetbrains:annotations:16.0.2'
testImplementation('org.bukkit:bukkit:1.13.2-R0.1-SNAPSHOT') {
testImplementation 'org.spigotmc:spigot-api:1.19.3-R0.1-SNAPSHOT'
testImplementation('com.googlecode.json-simple:json-simple:1.1.1') {
exclude group: 'junit', module: 'junit'
}
testImplementation 'junit:junit:4.12'