Skip to content

Commit 2f93b26

Browse files
committed
Update dependencies to 1.20.6
1 parent 6bbf493 commit 2f93b26

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## 7.0.10
44

5-
* Add support for MC 1.20.5, drop support for other 1.20 versions
5+
* Add support for MC 1.20.5 and 1.20.6, drop support for other 1.20 versions
66

77
## 7.0.9
88
* Add support for MC 1.20, drop support for MC 1.19

worldguard-bukkit/build.gradle.kts

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

2626
dependencies {
2727
"api"(project(":worldguard-core"))
28-
"compileOnly"("io.papermc.paper:paper-api:1.20.5-R0.1-SNAPSHOT")
29-
"runtimeOnly"("org.spigotmc:spigot-api:1.20.5-R0.1-SNAPSHOT") {
28+
"compileOnly"("io.papermc.paper:paper-api:1.20.6-R0.1-SNAPSHOT")
29+
"runtimeOnly"("org.spigotmc:spigot-api:1.20.6-R0.1-SNAPSHOT") {
3030
exclude("junit", "junit")
3131
}
3232
"api"("com.sk89q.worldedit:worldedit-bukkit:${Versions.WORLDEDIT}") { isTransitive = false }

0 commit comments

Comments
 (0)