Compare commits

..

1 Commits

Author SHA1 Message Date
dordsor21
2b317fcfd2 feat: apply coord limits to more commands
- fixes #4375
2025-07-26 10:56:28 +01:00

View File

@@ -67,8 +67,8 @@ subprojects {
dependencies {
// Tests
testImplementation("org.junit.jupiter:junit-jupiter:5.13.4")
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.13.4")
testImplementation("org.junit.jupiter:junit-jupiter:5.13.3")
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.13.3")
}
plugins.withId("java") {