Compare commits

..

1 Commits

Author SHA1 Message Date
renovate[bot]
4e849c46a4 Update worldedit to v7.3.18 2025-12-29 01:47:06 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -73,8 +73,8 @@ subprojects {
dependencies {
// Tests
testImplementation("org.junit.jupiter:junit-jupiter:6.0.2")
testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.0.2")
testImplementation("org.junit.jupiter:junit-jupiter:6.0.1")
testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.0.1")
}
plugins.withId("java") {

View File

@@ -12,7 +12,7 @@ adventure-bukkit = "4.4.1"
log4j = "2.19.0"
# Plugins
worldedit = "7.2.20"
worldedit = "7.3.18"
fawe = "2.14.3"
placeholderapi = "2.11.7"
luckperms = "5.5"
@@ -33,7 +33,7 @@ vault = "1.7.1"
serverlib = "2.3.7"
# Gradle plugins
shadow = "9.3.1"
shadow = "9.3.0"
grgit = "4.1.1"
spotless = "8.1.0"
publish = "0.35.0"