Skip to content

Commit

Permalink
chore(deps): update dependency com.sk89q.worldedit:worldedit-bukkit t…
Browse files Browse the repository at this point in the history
…o v7.0.1
  • Loading branch information
renovate[bot] authored Feb 2, 2025
1 parent a3735db commit cfec7e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ libraryDependencies ++= Seq(
"io.papermc.paper" % "paper-api" % "1.18.2-R0.1-SNAPSHOT",
"com.sk89q.worldguard" % "worldguard-bukkit" % "7.0.7",
// WorldGuard requires WorldEdit
"com.sk89q.worldedit" % "worldedit-bukkit" % "7.0.0"
"com.sk89q.worldedit" % "worldedit-bukkit" % "7.0.1"
).map(_ % "provided")

excludeDependencies ++= Seq(
Expand Down

0 comments on commit cfec7e7

Please sign in to comment.