mirror of
https://github.com/EngineHub/WorldGuard.git
synced 2025-01-03 15:08:02 +01:00
Update dependencies to 1.20.6
This commit is contained in:
parent
6bbf49314d
commit
2f93b26be0
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
## 7.0.10
|
## 7.0.10
|
||||||
|
|
||||||
* Add support for MC 1.20.5, drop support for other 1.20 versions
|
* Add support for MC 1.20.5 and 1.20.6, drop support for other 1.20 versions
|
||||||
|
|
||||||
## 7.0.9
|
## 7.0.9
|
||||||
* Add support for MC 1.20, drop support for MC 1.19
|
* Add support for MC 1.20, drop support for MC 1.19
|
||||||
|
@ -25,8 +25,8 @@
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
"api"(project(":worldguard-core"))
|
"api"(project(":worldguard-core"))
|
||||||
"compileOnly"("io.papermc.paper:paper-api:1.20.5-R0.1-SNAPSHOT")
|
"compileOnly"("io.papermc.paper:paper-api:1.20.6-R0.1-SNAPSHOT")
|
||||||
"runtimeOnly"("org.spigotmc:spigot-api:1.20.5-R0.1-SNAPSHOT") {
|
"runtimeOnly"("org.spigotmc:spigot-api:1.20.6-R0.1-SNAPSHOT") {
|
||||||
exclude("junit", "junit")
|
exclude("junit", "junit")
|
||||||
}
|
}
|
||||||
"api"("com.sk89q.worldedit:worldedit-bukkit:${Versions.WORLDEDIT}") { isTransitive = false }
|
"api"("com.sk89q.worldedit:worldedit-bukkit:${Versions.WORLDEDIT}") { isTransitive = false }
|
||||||
|
Loading…
Reference in New Issue
Block a user