chore: Merge branch 'main' into feat/NCS-25

# Conflicts:
#	modules/ui/src/main/scala/de/nowchess/ui/gui/ChessBoardView.scala
This commit is contained in:
2026-04-12 20:57:07 +02:00
21 changed files with 1429 additions and 60 deletions
+3 -1
View File
@@ -36,7 +36,9 @@ val versions = mapOf(
"JAVAFX" to "21.0.1",
"JUNIT_BOM" to "5.13.4",
"SCALA_PARSER_COMBINATORS" to "2.4.0",
"FASTPARSE" to "3.0.2"
"FASTPARSE" to "3.0.2",
"JACKSON" to "2.17.2",
"JACKSON_SCALA" to "2.17.2"
)
extra["VERSIONS"] = versions