feat: update Scala library version and enhance test configurations
Build & Test (NowChessSystems) TeamCity build failed

This commit is contained in:
2026-04-21 14:48:57 +02:00
parent 9a36555f1a
commit e7d556fa06
4 changed files with 36 additions and 2 deletions
+1
View File
@@ -74,6 +74,7 @@ dependencies {
testImplementation("org.scalatest:scalatest_3:${versions["SCALATEST"]!!}")
testImplementation("co.helmethair:scalatest-junit-runner:${versions["SCALATEST_JUNIT"]!!}")
testImplementation("io.quarkus:quarkus-junit5")
testImplementation("io.quarkus:quarkus-junit5-mockito")
testImplementation("io.rest-assured:rest-assured")
testRuntimeOnly("org.junit.platform:junit-platform-launcher")