From 31c6fdf30b7cc98f639718df35b4ccb8d46fe50c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 02:39:22 +0000 Subject: [PATCH] Bump com.fastasyncworldedit:FastAsyncWorldEdit-Core from 2.6.0 to 2.9.1 Bumps [com.fastasyncworldedit:FastAsyncWorldEdit-Core](https://github.com/IntellectualSites/FastAsyncWorldEdit) from 2.6.0 to 2.9.1. - [Release notes](https://github.com/IntellectualSites/FastAsyncWorldEdit/releases) - [Commits](https://github.com/IntellectualSites/FastAsyncWorldEdit/compare/2.6.0...2.9.1) --- updated-dependencies: - dependency-name: com.fastasyncworldedit:FastAsyncWorldEdit-Core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- nova-hooks/nova-hook-fastasyncworldedit/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nova-hooks/nova-hook-fastasyncworldedit/build.gradle.kts b/nova-hooks/nova-hook-fastasyncworldedit/build.gradle.kts index 3c301560f3..d707aa861a 100644 --- a/nova-hooks/nova-hook-fastasyncworldedit/build.gradle.kts +++ b/nova-hooks/nova-hook-fastasyncworldedit/build.gradle.kts @@ -7,6 +7,6 @@ dependencies { paperweight.paperDevBundle(libs.versions.paper) implementation(project(":nova")) compileOnly("com.fastasyncworldedit:FastAsyncWorldEdit-Libs-Core:2.9.1") { isTransitive = false } - compileOnly("com.fastasyncworldedit:FastAsyncWorldEdit-Core:2.6.0") { isTransitive = false } + compileOnly("com.fastasyncworldedit:FastAsyncWorldEdit-Core:2.9.1") { isTransitive = false } compileOnly("com.fastasyncworldedit:FastAsyncWorldEdit-Bukkit:2.6.0") { isTransitive = false } } \ No newline at end of file