Skip to content

Commit 3f70d76

Browse files
fix(deps): update dependency com.fastasyncworldedit:fastasyncworldedit-core to v2.13.0
1 parent 6e61b3f commit 3f70d76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencyResolutionManagement {
3131
//Worldguard
3232
library("worldguard", "com.sk89q.worldguard", "worldguard-bukkit").version("7.1.0-SNAPSHOT")
3333
library("fawe", "com.fastasyncworldedit", "FastAsyncWorldEdit-Bukkit").version("2.11.1")
34-
library("faweCore", "com.fastasyncworldedit", "FastAsyncWorldEdit-Core").version("2.11.1")
34+
library("faweCore", "com.fastasyncworldedit", "FastAsyncWorldEdit-Core").version("2.13.0")
3535
library("jetbrainsAnnotations", "org.jetbrains", "annotations").version("26.0.2")
3636

3737
// Commands

0 commit comments

Comments
 (0)