Two new releases were published 8.0.192-R14 for Java 8 and 12.0.1-R17 for Java 11+.
8.0.192-R14 was tested against JavaFX 8.0u192. It contains bug fixes. Scala 2.10, 2.11, and 2.12 are supported. This last planned release for Java 8, unless there is a volunteer to maintain Java 8 branch. Bug fixes:
To use this ScalaFX release add following to your SBT:
libraryDependencies += "org.scalafx" %% "scalafx" % "8.0.192-R14"
12.0.1-R17 was tested against JavaFX 12.0.1 and Java 11. It contains changes to better support JavaFX 12.
It includes features from versions 8.0.192-R14 plus following:
PR #293 Add all missing properties for Bounds (thanks to Romain DEP.)
Issue #291: Remove use of JavaConversions in the code
To use this ScalaFX release add following to your SBT:
libraryDependencies += "org.scalafx" %% "scalafx" % "12.0.1-R17"
For downloads visit ScalaFX on Sonatype or ScalaFX Releases on GitHub. Please report any problems using ScalaFX Issue Tracker. Please use ScalaFX Users Group to post questions.
Jarek