From f1d4ab70fe4265d477b8f427f49d739e65e75509 Mon Sep 17 00:00:00 2001 From: Sarah Gerweck Date: Mon, 5 Oct 2015 11:38:13 -0700 Subject: [PATCH] Update to ScalaFX R9 for Java 8.0.60 --- project/Build.scala | 2 +- version.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/project/Build.scala b/project/Build.scala index 1533851..cb857c5 100644 --- a/project/Build.scala +++ b/project/Build.scala @@ -269,7 +269,7 @@ object Dependencies { /* ********************************************************************** */ /* ScalaFX */ /* ********************************************************************** */ - final val scalaFxVersion = "8.0.40-R8" + final val scalaFxVersion = "8.0.60-R9" val scalaFx = "org.scalafx" %% "scalafx" % scalaFxVersion diff --git a/version.sbt b/version.sbt index a6c955b..404aa03 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -version in ThisBuild := "0.4.1-SNAPSHOT" \ No newline at end of file +version in ThisBuild := "0.5.0-SNAPSHOT"