build: add ScalaTest version entries to root versions map

This commit is contained in:
2026-03-22 13:15:25 +01:00
parent 51b210e9eb
commit 186db062c1
3 changed files with 271 additions and 3 deletions
+5 -3
View File
@@ -2,9 +2,11 @@ group = "de.nowchess"
version = "1.0-SNAPSHOT"
val versions = mapOf(
"QUARKUS_SCALA3" to "1.0.0",
"SCALA3" to "3.5.1",
"SCALA_LIBRARY" to "2.13.18"
"QUARKUS_SCALA3" to "1.0.0",
"SCALA3" to "3.5.1",
"SCALA_LIBRARY" to "2.13.18",
"SCALATEST" to "3.2.19",
"SCALATESTPLUS_JUNIT5" to "3.2.19.1"
)
extra["VERSIONS"] = versions