Skip to content

Commit 5fa6f2a

Browse files
committed
Update paper-api and spigot-api dependencies to 1.20.1
1 parent 3201cee commit 5fa6f2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

worldguard-bukkit/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ configurations {
2020

2121
dependencies {
2222
"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") {
23+
"compileOnly"("io.papermc.paper:paper-api:1.20.1-R0.1-SNAPSHOT")
24+
"runtimeOnly"("org.spigotmc:spigot-api:1.20.1-R0.1-SNAPSHOT") {
2525
exclude("junit", "junit")
2626
}
2727
"api"("com.sk89q.worldedit:worldedit-bukkit:${Versions.WORLDEDIT}") { isTransitive = false }

0 commit comments

Comments
 (0)