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:
Sarah Gerweck 2015-04-16 00:21:03 -07:00
parent 30ae4d8157
commit bdbc18ff62

View File

@ -286,7 +286,7 @@ object Dependencies {
/* ********************************************************************** */
/* ScalaFX */
/* ********************************************************************** */
final val scalaFxVersion = "8.0.40-R8"
final val scalaFxVersion = "8.0.20-R6"
val scalaFx = "org.scalafx" %% "scalafx" % scalaFxVersion