File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ configurations {
2525
2626dependencies {
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 }
You can’t perform that action at this time.
0 commit comments