Merge pull request #60 from CrazyCloudCraft/dependabot/gradle/org.spigotmc-spigot-api-1.19.2-R0.1-SNAPSHOT

Bump spigot-api from 1.19-R0.1-SNAPSHOT to 1.19.2-R0.1-SNAPSHOT
This commit is contained in:
CrazyCloudCraft | Argantiu 2022-08-08 20:44:26 +02:00 committed by GitHub
commit a1dbbf309b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -206,7 +206,7 @@ dependencies {
compileOnly 'com.mojang:authlib:1.5.25'
compileOnly 'org.projectlombok:lombok:1.18.24'
// compileOnly spigot('1.19')
compileOnly 'org.spigotmc:spigot-api:1.19-R0.1-SNAPSHOT'
compileOnly 'org.spigotmc:spigot-api:1.19.2-R0.1-SNAPSHOT'
compileOnly 'com.sk89q.worldedit:worldedit-bukkit:7.2.11-SNAPSHOT'
compileOnly 'com.sk89q.worldedit:worldedit-core:7.2.11-SNAPSHOT'
compileOnly("com.fastasyncworldedit:FastAsyncWorldEdit-Bukkit:2.4.2")