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.11.1 to 2.12.2.
- [Release notes](https://github.com/IntellectualSites/FastAsyncWorldEdit/releases)
- [Commits](IntellectualSites/FastAsyncWorldEdit@2.11.1...2.12.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent 96e4266 commit 623e78e
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.11.1") { isTransitive = false }
compileOnly("com.fastasyncworldedit:FastAsyncWorldEdit-Libs-Core:2.12.2") { isTransitive = false }
compileOnly("com.fastasyncworldedit:FastAsyncWorldEdit-Core:2.9.1") { isTransitive = false }
compileOnly("com.fastasyncworldedit:FastAsyncWorldEdit-Bukkit:2.11.1") { isTransitive = false }
}

0 comments on commit 623e78e

Please sign in to comment.