chore: Update build configuration for Scoverage and ScalaTest integration

This commit is contained in:
2026-03-22 14:19:44 +01:00
parent 186db062c1
commit 5a21e57ca9
7 changed files with 47 additions and 174 deletions
+2 -1
View File
@@ -6,7 +6,8 @@ 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.1"
"SCALATESTPLUS_JUNIT5" to "3.2.19.0",
"SCOVERAGE" to "2.1.1"
)
extra["VERSIONS"] = versions