We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 218023f + 3f70d76 commit 582d590Copy full SHA for 582d590
settings.gradle.kts
@@ -31,7 +31,7 @@ dependencyResolutionManagement {
31
//Worldguard
32
library("worldguard", "com.sk89q.worldguard", "worldguard-bukkit").version("7.1.0-SNAPSHOT")
33
library("fawe", "com.fastasyncworldedit", "FastAsyncWorldEdit-Bukkit").version("2.11.1")
34
- library("faweCore", "com.fastasyncworldedit", "FastAsyncWorldEdit-Core").version("2.11.1")
+ library("faweCore", "com.fastasyncworldedit", "FastAsyncWorldEdit-Core").version("2.13.0")
35
library("jetbrainsAnnotations", "org.jetbrains", "annotations").version("26.0.2")
36
37
// Commands
0 commit comments