Skip to content

Commit

Permalink
Bump com.fastasyncworldedit:FastAsyncWorldEdit-Libs-Core
Browse files Browse the repository at this point in the history
Bumps [com.fastasyncworldedit:FastAsyncWorldEdit-Libs-Core](https://github.com/IntellectualSites/FastAsyncWorldEdit) from 2.9.1 to 2.10.0.
- [Release notes](https://github.com/IntellectualSites/FastAsyncWorldEdit/releases)
- [Commits](IntellectualSites/FastAsyncWorldEdit@2.9.1...2.10.0)

---
updated-dependencies:
- dependency-name: com.fastasyncworldedit:FastAsyncWorldEdit-Libs-Core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 20, 2024
1 parent 734d6d4 commit 136ae62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nova-hooks/nova-hook-fastasyncworldedit/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
dependencies {
paperweight.paperDevBundle(libs.versions.paper)
implementation(project(":nova"))
compileOnly("com.fastasyncworldedit:FastAsyncWorldEdit-Libs-Core:2.9.1") { isTransitive = false }
compileOnly("com.fastasyncworldedit:FastAsyncWorldEdit-Libs-Core:2.10.0") { isTransitive = false }
compileOnly("com.fastasyncworldedit:FastAsyncWorldEdit-Core:2.9.1") { isTransitive = false }
compileOnly("com.fastasyncworldedit:FastAsyncWorldEdit-Bukkit:2.9.2") { isTransitive = false }
}

0 comments on commit 136ae62

Please sign in to comment.