updated library dependencies
All checks were successful
CI / build (push) Successful in 3m44s

This commit is contained in:
2025-07-29 13:15:42 +08:00
parent ce7e5bb4a0
commit b3c6f29c0f
8 changed files with 15 additions and 10 deletions

View File

@@ -46,6 +46,7 @@ allprojects { subproject ->
testImplementation catalog.junit.jupiter.api
testImplementation catalog.junit.jupiter.params
testRuntimeOnly catalog.junit.jupiter.engine
testRuntimeOnly catalog.junit.platform.launcher
}
test {