Update to ScalaFX R9 for Java 8.0.60

This commit is contained in:
Sarah Gerweck 2015-10-05 11:38:13 -07:00
parent 6136189008
commit f1d4ab70fe
2 changed files with 2 additions and 2 deletions

View File

@ -269,7 +269,7 @@ object Dependencies {
/* ********************************************************************** */ /* ********************************************************************** */
/* ScalaFX */ /* ScalaFX */
/* ********************************************************************** */ /* ********************************************************************** */
final val scalaFxVersion = "8.0.40-R8" final val scalaFxVersion = "8.0.60-R9"
val scalaFx = "org.scalafx" %% "scalafx" % scalaFxVersion val scalaFx = "org.scalafx" %% "scalafx" % scalaFxVersion

View File

@ -1 +1 @@
version in ThisBuild := "0.4.1-SNAPSHOT" version in ThisBuild := "0.5.0-SNAPSHOT"