feat(io): FastParse FEN
Build & Test (NowChessSystems) TeamCity build failed

Added FastParse FEN and dependencies
This commit is contained in:
LQ63
2026-04-07 12:59:12 +02:00
parent b4bc72f7e4
commit 13d4a62a71
5 changed files with 222 additions and 1 deletions
+2 -1
View File
@@ -33,7 +33,8 @@ val versions = mapOf(
"SCALAFX" to "21.0.0-R32",
"JAVAFX" to "21.0.1",
"JUNIT_BOM" to "5.13.4",
"SCALA_PARSER_COMBINATORS" to "2.4.0"
"SCALA_PARSER_COMBINATORS" to "2.4.0",
"FASTPARSE" to "3.0.2"
)
extra["VERSIONS"] = versions