build: migrate to ScalaTest and Scoverage, replacing JaCoCo across modules

This commit is contained in:
2026-03-22 15:28:02 +01:00
parent 5a21e57ca9
commit 551e08cef3
13 changed files with 1357 additions and 143 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ val versions = mapOf(
"SCALA3" to "3.5.1",
"SCALA_LIBRARY" to "2.13.18",
"SCALATEST" to "3.2.19",
"SCALATESTPLUS_JUNIT5" to "3.2.19.0",
"SCALATEST_JUNIT" to "0.1.11",
"SCOVERAGE" to "2.1.1"
)
extra["VERSIONS"] = versions