Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ val commonsCollectionsVer = "4.4" // Keep current - 4.4.1 doesn't exist
val scalaTestVer = "3.2.19" // Updated from "3.2.17"
val scalaReflectVer = "2.0.0"
val junitVer = "5.11.0" // Updated from "5.10.1"
val openjfxVer = "21" // Updated from "18" -> "21" (LTS) - Test thoroughly for compatibility
val openjfxVer = "26.0.1" // Updated from "18" -> "21" (LTS) - Test thoroughly for compatibility
val ikonliVer = "12.3.1"
val miglayoutVer = "11.3"
val flatlafVer = "3.2.5" // Updated from "3.2.2" - 3.3.0 doesn't exist, using latest 3.2.x
Expand Down
Loading