Update ScalaFX to 8.0.144-R14
This commit is contained in:
parent
55c3a0d8a0
commit
ae7c5932ec
@ -64,4 +64,6 @@ change.
|
|||||||
|
|
||||||
* Update to Akka 2.5
|
* Update to Akka 2.5
|
||||||
* Migrate to SBT 1.0
|
* Migrate to SBT 1.0
|
||||||
|
* Update to ScalaFX 8.0.144-R14
|
||||||
|
* This is tested against Java 8u144, though it may work with older versions.
|
||||||
* Improvements to `SingletonStage`
|
* Improvements to `SingletonStage`
|
||||||
|
@ -82,7 +82,7 @@ object Dependencies {
|
|||||||
/* ********************************************************************** */
|
/* ********************************************************************** */
|
||||||
/* ScalaFX */
|
/* ScalaFX */
|
||||||
/* ********************************************************************** */
|
/* ********************************************************************** */
|
||||||
final val scalaFxVersion = "8.0.102-R11"
|
final val scalaFxVersion = "8.0.144-R12"
|
||||||
|
|
||||||
val scalaFx = "org.scalafx" %% "scalafx" % scalaFxVersion
|
val scalaFx = "org.scalafx" %% "scalafx" % scalaFxVersion
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user