Skip to content

Commit

Permalink
Closes #1121
Browse files Browse the repository at this point in the history
  • Loading branch information
NotMyFault committed Jun 17, 2021
1 parent 17c1976 commit 96ed367
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions worldedit-bukkit/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ dependencies {
exclude("com.sk89q.worldedit.worldedit-libs", "bukkit")
exclude("com.sk89q.worldedit.worldedit-libs", "core")
}
compileOnly("net.kyori:adventure-api:4.8.0")
testImplementation("net.kyori:adventure-api:4.8.0")
compileOnly("net.kyori:adventure-api:4.8.1")
testImplementation("net.kyori:adventure-api:4.8.1")
testImplementation("org.checkerframework:checker-qual:3.14.0")
testImplementation("org.spigotmc:spigot-api:1.16.5-R0.1-SNAPSHOT") { isTransitive = true }
api("com.intellectualsites.paster:Paster:1.0.1-SNAPSHOT")
Expand Down

0 comments on commit 96ed367

Please sign in to comment.