Use older ScalaFX.
8.0.40-R8 seems to have a bug that prevents stages from working. (Or there's some new thing I need to do that I don't know about.)
This commit is contained in:
parent
30ae4d8157
commit
bdbc18ff62
@ -286,7 +286,7 @@ object Dependencies {
|
|||||||
/* ********************************************************************** */
|
/* ********************************************************************** */
|
||||||
/* ScalaFX */
|
/* ScalaFX */
|
||||||
/* ********************************************************************** */
|
/* ********************************************************************** */
|
||||||
final val scalaFxVersion = "8.0.40-R8"
|
final val scalaFxVersion = "8.0.20-R6"
|
||||||
|
|
||||||
val scalaFx = "org.scalafx" %% "scalafx" % scalaFxVersion
|
val scalaFx = "org.scalafx" %% "scalafx" % scalaFxVersion
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user