Browse Source

Update Changelog and Readme for 0.12 release

master
Sarah Gerweck 7 years ago
parent
commit
2a0d7b0519
No known key found for this signature in database GPG Key ID: AFCB37207DB3F226
  1. 1
      CHANGELOG.md
  2. 2
      README.md

1
CHANGELOG.md

@ -67,3 +67,4 @@ change.
* Update to ScalaFX 8.0.144-R14
* This is tested against Java 8u144, though it may work with older versions.
* Improvements to `SingletonStage`
* Update Scala to 2.12.4

2
README.md

@ -26,7 +26,7 @@ will be happy to merge high-quality pull requests if you find a bug.
To use ScalaFX, add the following to your SBT build:
libraryDependencies += "org.gerweck.scala" %% "scalafx-utils" % "0.11.2"
libraryDependencies += "org.gerweck.scala" %% "scalafx-utils" % "0.12.0"
This currently supports both Scala 2.11 and 2.12. Scala 2.11 will remain a
first-class citizen until Scala 2.13 is released unless it would require

Loading…
Cancel
Save