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"