Browse Source

Update docs for 0.11.1 release

master
Sarah Gerweck 8 years ago
parent
commit
65fc16ec14
  1. 4
      CHANGELOG.md
  2. 8
      README.md

4
CHANGELOG.md

@ -45,3 +45,7 @@ end users will be listed here.
* Update to ScalaFX 8.0.102-R11.
* This makes Java 1.8.0_101 the official minimum version.
* Reorganize the build to meet SBT 1.0 guidelines.
#### 0.11.1
* Update to Akka 2.4.11.

8
README.md

@ -26,7 +26,13 @@ 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.12.0"
libraryDependencies += "org.gerweck.scala" %% "scalafx-utils" % "0.11.1"
This requires Scala 2.11 at this time. As all the dependencies become
available for Scala 2.12, I will add support for any release candidates or
releases. Conversely, Scala 2.11 support will be maintained with new features
as long as the dependencies remain available and no substantial forking is
required.
## Usage ##

Loading…
Cancel
Save