We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3201cee commit 5fa6f2aCopy full SHA for 5fa6f2a
worldguard-bukkit/build.gradle.kts
@@ -20,8 +20,8 @@ configurations {
20
21
dependencies {
22
"api"(project(":worldguard-core"))
23
- "compileOnly"("io.papermc.paper:paper-api:1.20-R0.1-SNAPSHOT")
24
- "runtimeOnly"("org.spigotmc:spigot-api:1.20-R0.1-SNAPSHOT") {
+ "compileOnly"("io.papermc.paper:paper-api:1.20.1-R0.1-SNAPSHOT")
+ "runtimeOnly"("org.spigotmc:spigot-api:1.20.1-R0.1-SNAPSHOT") {
25
exclude("junit", "junit")
26
}
27
"api"("com.sk89q.worldedit:worldedit-bukkit:${Versions.WORLDEDIT}") { isTransitive = false }
0 commit comments