diff --git a/CHANGELOG.md b/CHANGELOG.md index 09b02d5..b57344a 100644 --- a/CHANGELOG.md +++ b/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 diff --git a/README.md b/README.md index 36345f1..e9485ba 100644 --- a/README.md +++ b/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