From 68bacf3f9fdbba2001d03bed62b881899056dcc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 22:57:36 +0000 Subject: [PATCH] Bump com.fastasyncworldedit:FastAsyncWorldEdit-Bukkit Bumps [com.fastasyncworldedit:FastAsyncWorldEdit-Bukkit](https://github.com/IntellectualSites/FastAsyncWorldEdit) from 2.9.0 to 2.10.0. - [Release notes](https://github.com/IntellectualSites/FastAsyncWorldEdit/releases) - [Commits](https://github.com/IntellectualSites/FastAsyncWorldEdit/compare/2.9.0...2.10.0) --- updated-dependencies: - dependency-name: com.fastasyncworldedit:FastAsyncWorldEdit-Bukkit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c298689..c6b7880 100644 --- a/build.gradle +++ b/build.gradle @@ -138,7 +138,7 @@ dependencies { compileOnly("org.spigotmc:spigot-api:1.20.4-R0.1-SNAPSHOT") compileOnly("com.sk89q.worldedit:worldedit-bukkit:7.2.21-SNAPSHOT") compileOnly("com.sk89q.worldedit:worldedit-core:7.2.21-SNAPSHOT") - compileOnly("com.fastasyncworldedit:FastAsyncWorldEdit-Bukkit:2.9.0") + compileOnly("com.fastasyncworldedit:FastAsyncWorldEdit-Bukkit:2.10.0") compileOnly("com.fastasyncworldedit:FastAsyncWorldEdit-Core:2.9.0") } shadowJar {