From bdbc18ff6267b61447491cee54eba24516686d60 Mon Sep 17 00:00:00 2001 From: Sarah Gerweck Date: Thu, 16 Apr 2015 00:21:03 -0700 Subject: [PATCH] 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.) --- project/Build.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Build.scala b/project/Build.scala index fd6c5f0..4fe8139 100644 --- a/project/Build.scala +++ b/project/Build.scala @@ -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